Using Creality CR6-SE with Creality Slicer 4.8

When the print job finishes the build plate goes all the way back instead of to the front. I've examined the resulting G-code and the offending line is

Code:
G1 X0 Y0		;Present print
I can manually replace that line with

Code:
G1 X0 Y260	;Present print
and load it into the Creality Slicer. However, doing so will not show the estimated print time. To see that I need to slice the .stl file.

How can I end a print job with the build plate going to the front instead of to the back?