Head collision during pause

You can add a X/Y homing call after the pause gcode so that the printer homes after you clean the nozzle.

M400 U1 ; Pause for user intervention
G28 X Y ; Home the X and Y axes in case they were upset

I did some test and found the repeatability to be well within reason.

Here is also another good thread with a very similar topic to yours.

2 Likes