I use the slicer to send a G-code. In your slicer select the END/G-Code
Add a line to send the Axis to the position you desire, I wanted to send my model to the front for easy removal
End/G-Code
G91 ;relative mode
G1 Z+0.5 E-2 F{travel_speed} ;raise Z above print
G90 ;absolute mode
G1 X0 Y270 ;move Model to front.
M84 ;steppers off
G90 ;absolute positioning
Add a line to send the Axis to the position you desire, I wanted to send my model to the front for easy removal
End/G-Code
G91 ;relative mode
G1 Z+0.5 E-2 F{travel_speed} ;raise Z above print
G90 ;absolute mode
G1 X0 Y270 ;move Model to front.
M84 ;steppers off
G90 ;absolute positioning