Setting the correct print area
-
My glass bed is 450x450 and the back left corner is X40 & Y70 from the endstops.
In my slicer I have set the bed size to 450x450 and I currently have a script that sends X & Y to the bed corner before a print and sets them to 0. I know this is the wrong way to do it!
What's the best way to setup these offsets? G10?
-
This should do it:
M208 X-40 Y-70 Z0 S1 ; set axis minimum (adjust to make X=0 and Y=0 the edge of the bed -
Thankyou. I'll give it a try