protoloft / klipper_z_calibration

Klipper plugin for self-calibrating z-offset
GNU General Public License v3.0
1.05k stars 151 forks source link

configuration/homing.cfg G0 Z2 F1500 is in absolute not relative mode #25

Closed sprior closed 2 years ago

sprior commented 2 years ago

Looking at configuration/homing.cfg:

Line 22 leaves the printer in absolute mode. Line 38 the touches the nozzle to the z probe, Line 39 then G0 Z2 F1500 which is intended to move the nozzle up, but if the z probe offset is more than 2mm it actually moves DOWN smashing into the Z probe. I suggest adding a G91 just before line 39 as a fix.

TitusLabs commented 2 years ago

Many thanks! I have changed it :thumbsup: