protoloft / klipper_z_calibration

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

Disable "Save Z Endstop" and "Save Z Probe" when print completes. #142

Open karlfife opened 5 months ago

karlfife commented 5 months ago

The Klipperscreen Job Status page, at end of a print offers user to "Save Z Endstop" and "Save Z Probe" when print completes.

I would like to disable this offer because "Save Z Endstop" (save_offset_endstop) and "Save Z Probe" (save_offset_probe), will at best do no harm.

For anyone running klipper_z_calibration (and presumably also TAP), should prefer this disabled (I would think). Has anyone found a way to disable these prompts in Klipperscreen? I can't seem to find a setting in the Klipperscreen config.

Is there a workaround like zeroing out the z_offset in print_end macro or some such thing?

rushairer commented 4 months ago

Me too