How to print with origin as the center of the model
-
I use manual homing, I put the printer head in (0, 0, 0) position then I use G92 x0 y0 z0 command to set origin
when I check the g code, it goes to negative x and y showing g code should show the center as the origin. However, when I print, it prints with the bottom front left corner as the origin.
How do I fix this?
-
@Huinker Sounds like you home X and Y at the front left corner, but the Gcode has been generated with the origin at the bed centre. You can change the origin to the centre, or change the slicer settings so it generates Gcode with a front left origin. See https://docs.duet3d.com/en/User_manual/Tuning/Bed_origin
Ian
-
@droftarts This fixes my problem thank you.