Page 1 of 1

Global Offset vs Origin Offset

Posted: Thu Feb 01, 2024 4:54 pm
by 3dprinterMEI
Which is to be used when?

I am using origin offset now because my build volume is offset from the machine home position(3NTR A4V4) about 30mm.

Re: Global Offset vs Origin Offset

Posted: Mon Feb 05, 2024 12:28 pm
by S3D-Jason
Origin offset just defines where (0,0,0) is relative to the corner of the bed. For example, some delta printers have (0,0,0) in the middle of the bed, so they need an origin offset equal to roughly half the width of the bed.

You use the Z offset just to shift the coordinates in the gcode file. For example, if you want to print a bit closer or further away from the print bed, you could adjust the global Z axis offset.

So basically, you only change the origin offsets if you are setting up a new machine and the origin for that machine is different than expected. Use the global offsets for everything else.

Re: Global Offset vs Origin Offset

Posted: Wed Feb 07, 2024 9:02 am
by 3dprinterMEI
Thanks Jason Our Y Axis is about 30mm negative off the edge of the build plate. So I guess Global is better