From ef3da3971e2203cfd74518839f1ec888138f66aa Mon Sep 17 00:00:00 2001 From: Roxy-3D Date: Thu, 6 Apr 2017 19:23:24 -0500 Subject: [PATCH] Update ubl.h --- Marlin/ubl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/ubl.h b/Marlin/ubl.h index 245173630..6b97066a5 100644 --- a/Marlin/ubl.h +++ b/Marlin/ubl.h @@ -45,7 +45,7 @@ void dump(char * const str, const float &f); bool ubl_lcd_clicked(); void probe_entire_mesh(const float&, const float&, const bool, const bool, const bool); - void debug_current_and_destination(char *title); + void debug_current_and_destination(const char *title); void ubl_line_to_destination(const float&, uint8_t); void manually_probe_remaining_mesh(const float&, const float&, const float&, const float&, const bool); vector_3 tilt_mesh_based_on_3pts(const float&, const float&, const float&);