Auto Set Bed Height Routine
-
I have the probe on my delta setup as the tip of the nozzle and I'm printing on a conductive bed. I would like to set the z-height equal to 0 when the nozzle touches the bed. Can you tell me the most straight forward way to set z=0 and to store the values permanently between controller resets?
-
@code7 said in Auto Set Bed Height Routine:
I have the probe on my delta setup as the tip of the nozzle and I'm printing on a conductive bed. I would like to set the z-height equal to 0 when the nozzle touches the bed. Can you tell me the most straight forward way to set z=0 and to store the values permanently between controller resets?
This what you're searching for would have to be G30 S-2 for more details see here:
https://duet3d.dozuki.com/Wiki/Gcode#Section_G30_Single_Z_Probe
-
@siam
I've ran the this command and when the probe touches the bed the z reads out at -14. How do you recommend setting this current height to Z=0 permanently until I run the Auto Set Bed Height macro again? What can I send before sending M500 P31 which I have used in the past? I calibrate often to different bed heights depending upon the substrate I am printing on.