Hey everyone!

*First off, it is important to note that I have an auto leveling sensor on my setup.

I had a “mishap” where my filament roll holder seemed to get pulled off my desk while I was doing a night print. The print finished but about 3/4 of the way through it stopped extruding. So now I am left with a 3/4 done print that the printer thinks is finished. This means I cannot simply resume it. I have the GCode setup to start on the layer that it stopped on and have to the point where all I need to do now is get the GCode to home the Z-Axis at a point on the bed where it won’t hit the print. Keep in mind I have an auto-leveling sensor so it always wants to go to the center of the bed to home itself.

So the real question, is it possible to tell the printer to home the Z axis at a specific X/Y coordinate? I have tried this so far but when it gets to the G28 Z it always centers itself (x/y) on the best first:

G28 X Y
G1 Z30 F3500 ( This is so it raises up high enough to not hit the print )
G1 X180 Y40 F3500
G28 Z

1 Like