Feature Request > Z-OFFSET updater

When we click this button:,

Screenshot 2024-01-16 115434

Can we make it update this figure:,

Screenshot 2024-01-16 115519

Instead of having to manually update it?

Thanks

You know about

https://www.klipper3d.org/G-Codes.html#z_offset_apply_endstop

and

https://www.klipper3d.org/G-Codes.html#z_offset_apply_probe

Make a macro with the one of your use plus a SAVE_CONFIG and put it onto your frontend

1 Like

Neither of those work when the z_offsets are automatically commented out by klipper.

Screenshot 2024-01-16 184914

The factor in my OP needs to be updated instead.

Thanks though.

The actual values appear at the end of the printer.cfg in the SAVE_CONFIG section

...
#*# <---------------------- SAVE_CONFIG ---------------------->
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
#*#
#*# [extruder]
#*# control = pid
#*# pid_kp = 19.730
#*# pid_ki = 0.788
#*# pid_kd = 123.560
#*#
...
#*# [bltouch]
#*# z_offset = 1.740
#*#
...

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.