소스 검색

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&);

Loading…
취소
저장