Roxy-3D hace 8 años
padre
commit
ef3da3971e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Marlin/ubl.h

+ 1
- 1
Marlin/ubl.h Ver fichero

@@ -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…
Cancelar
Guardar