瀏覽代碼

Update ubl.h

Roxy-3D 8 年之前
父節點
當前提交
ef3da3971e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/ubl.h

+ 1
- 1
Marlin/ubl.h 查看文件

45
   void dump(char * const str, const float &f);
45
   void dump(char * const str, const float &f);
46
   bool ubl_lcd_clicked();
46
   bool ubl_lcd_clicked();
47
   void probe_entire_mesh(const float&, const float&, const bool, const bool, const bool);
47
   void probe_entire_mesh(const float&, const float&, const bool, const bool, const bool);
48
-  void debug_current_and_destination(char *title);
48
+  void debug_current_and_destination(const char *title);
49
   void ubl_line_to_destination(const float&, uint8_t);
49
   void ubl_line_to_destination(const float&, uint8_t);
50
   void manually_probe_remaining_mesh(const float&, const float&, const float&, const float&, const bool);
50
   void manually_probe_remaining_mesh(const float&, const float&, const float&, const float&, const bool);
51
   vector_3 tilt_mesh_based_on_3pts(const float&, const float&, const float&);
51
   vector_3 tilt_mesh_based_on_3pts(const float&, const float&, const float&);

Loading…
取消
儲存