浏览代码

Update ubl.h

Roxy-3D 8 年前
父节点
当前提交
ef3da3971e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/ubl.h

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

@@ -45,7 +45,7 @@
45 45
   void dump(char * const str, const float &f);
46 46
   bool ubl_lcd_clicked();
47 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 49
   void ubl_line_to_destination(const float&, uint8_t);
50 50
   void manually_probe_remaining_mesh(const float&, const float&, const float&, const float&, const bool);
51 51
   vector_3 tilt_mesh_based_on_3pts(const float&, const float&, const float&);

正在加载...
取消
保存