Klipper Automatic Z offset calibration tutorial

Поделиться
HTML-код
  • Опубликовано: 30 янв 2025

Комментарии • 3

  • @toggy79
    @toggy79 Месяц назад +1

    @CNC Tinker, is "new_offset" value is stored somewhere or just passed to some temp variable and read out in print_start macro? Thanks

    • @CNCTinker
      @CNCTinker  Месяц назад +2

      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.

    • @toggy79
      @toggy79 Месяц назад

      @@CNCTinker thank you.