protoloft / klipper_z_calibration

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

Reference Index from Session #37

Closed bjoern79de closed 2 years ago

bjoern79de commented 2 years ago

Hi,

I'm using a macro to get generate the bed_mesh for the print area in each print session (https://gist.github.com/ChipCE/95fdbd3c2f3a064397f9610f915f7d02), so the point of the the reference index differs each print.

Unfortunately _klipper_zcalibration s seems to retrieve the point from the saved config and not from the actual bed_mesh:

Relevant log entries: bed_mesh: relative_reference_index 1 is (175.66, 142.83) ... Bed Mesh state has been saved to profile [default] for the current session. The SAVE_CONFIG command will update the printer config file and restart the printer. ... probe at 72.662,5.250 is z=7.275000

Any idea how to fix that?

bjoern79de commented 2 years ago

dupe