Setting Z offset in Gcode
-
Hi all,
I recently acquired a magnetic steel removable bed surface. Smooth on one side and textured on the other . The textured side needs a different Z offset than the smooth and id prefer not to have to edit config.g everytime.
In my start script gcode from my slicer can i simply add the line
G31 P500 X30 Y-10 Z 0.90 ?
Would G31 Z0.90 work ??
( smooth side needs Z 0.75)Just thought id check before I gouge a shape into my new bed !!
Thanks in advance
Phil -
@Phil-Maddox said in Setting Z offset in Gcode:
Would G31 Z0.90 work ??
Yes. You can send the main Gcode with any of the individual parameters by themselves to update just that parameter. The others that were already set previously will remain in place.
-
@Phil-Maddox, you can also set the Z offset in your slicer's UI. This is what I do.