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
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?