the point of the plugin is not to store the value, and calculate it on the spot so its as exact as possible. you should add z_calibrate to your start macro. it sets the offset to that value, but is valid only for the current klipper session until you restart.
@CNC Tinker, is "new_offset" value is stored somewhere or just passed to some temp variable and read out in print_start macro? Thanks
the point of the plugin is not to store the value, and calculate it on the spot so its as exact as possible. you should add z_calibrate to your start macro. it sets the offset to that value, but is valid only for the current klipper session until you restart.
@@CNCTinker thank you.