Closed rushairer closed 1 year ago
With safe_z_home you have only the option of the homing retract setting for Z direction. If you need a different position in X and Y, you can use the option move_to_previous=true - but, this depends on your previous position and might be unpredictable. So, the only and correct place to do it is the homing_override :+1: Only there you can make sure that it is always called afterwards.
thanks @TitusLabs
After I ran the G28 command, the nozzle stayed at the z endstop switch xy position. Is not safe before print.
so i add this gcode in [homing_override] of klicky
Am I doing duplicate work? Is there any other place where similar functionality can be configured?
Thanks!