Thanks, I will try that and respond. (printer is now printing a big part so will take some time)
- 1
Thanks, I will try that and respond. (printer is now printing a big part so will take some time)
Hi,
I have tried but I cannot see any difference in position of the print on the bed.
Where did you put it? It needs to go after the homing command. Homing will undo the coordinate system adjustment.
Recommended Posts
ahoeben 2,010
You could add something like this to your start gcode:
G0 Y2.5
G92 Y0
This moves the y axis to what the printer thinks is 2.5 off the 0 position, and then tells the printer to regard that as the 0 position. If that adjusts it in the wrong direction, try this instead:
G0 Y0
G92 Y2.5
Link to post
Share on other sites