probe_calibration
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| probe_calibration [2026/06/15 20:39] – dshoop | probe_calibration [2026/08/03 21:41] (current) – dshoop | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| {{: | {{: | ||
| + | |||
| + | === Please Note === | ||
| + | |||
| + | Calibrating the z probe is NOT the same as setting the gcode z offset. | ||
| + | |||
| + | Also the "probe z offset" | ||
| + | |||
| Like many things Klipper, you'll need to use at least Fluidd to access the Klipper console. You can also use it to edit [[printer.cfg]] if you don't use ssh or other methods. | Like many things Klipper, you'll need to use at least Fluidd to access the Klipper console. You can also use it to edit [[printer.cfg]] if you don't use ssh or other methods. | ||
| - | See https:// | + | ===== About Probe Calibrate ===== |
| + | |||
| + | See https:// | ||
| + | |||
| + | The z probe calibration will need to be performed again if the plate is changed, or the nozzle, hot end or tool head are changed. | ||
| + | |||
| + | |||
| + | ==== Warning ==== | ||
| + | |||
| + | Latter versions of the Elegoo firmware have purposefully broken the z probe calibration routine from automatically saving the z probe z offset value as part of the last " | ||
| + | |||
| + | |||
| + | ===== Example ===== | ||
| + | |||
| + | In the Klipper [[console]] first home the tool and then enter the Probe Calibrate routine. | ||
| + | |||
| + | < | ||
| + | $ G28 | ||
| + | $ PROBE_CALIBRATE | ||
| + | // probe at 141.000, | ||
| + | // probe at 141.000, | ||
| + | // Starting manual Z probe. Use TESTZ to adjust position. | ||
| + | // Finish with ACCEPT or ABORT command. | ||
| + | // Z position: ?????? --> 6.520 <-- ?????? | ||
| + | </ | ||
| + | |||
| + | Use the TESTZ command as described in the documentation to move the nozzle up or down (using suitable - or + values, ) until the nozzle firmly holds onto the paper. (A PostIt Note, sticky side up, is recommended, | ||
| + | |||
| + | < | ||
| + | $ TESTZ Z=-6.420 | ||
| + | // Z position: ?????? --> 0.100 <-- 6.520 | ||
| + | $ TESTZ Z=-0.030 | ||
| + | // Z position: ?????? --> 0.070 <-- 0.100 | ||
| + | $ ACCEPT | ||
| + | // probe: z_offset: 1.449 | ||
| + | // The SAVE_CONFIG command will update the printer config file | ||
| + | // with the above and restart the printer. | ||
| + | $ SAVE_CONFIG | ||
| + | // Klipper state: Disconnect | ||
| + | // Klipper state: Ready | ||
| + | </ | ||
| - | Note: calibrating | + | Note the value for '' |
| - | Also Note: the "probe z offset" | + | After '' |
| + | < | ||
| + | #*# < | ||
| + | #*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated. | ||
| + | #*# | ||
| + | ... | ||
| + | #*# | ||
| + | #*# [probe] | ||
| + | #*# z_offset = 1.449 | ||
| + | #*# | ||
| + | </ | ||
| + | If you see a value like '' | ||
| + | < | ||
| + | [probe] | ||
| + | pin:^PA11 | ||
| + | x_offset: -24.25 | ||
| + | y_offset: 20.45 | ||
| + | z_offset: 1.449 | ||
| + | </ | ||
| - | WARNING: latter versions of the Elegoo firmware have purposefully broken the z probe calibration routine from automatically saving the z probe z offset value as part of the last " | ||
/app/data/attic/probe_calibration.1781570373.txt.gz · Last modified: by dshoop
