Fix M420 C for UBL

This commit is contained in:
Scott Lahteine
2018-04-28 08:14:20 -05:00
parent ed8d2bc225
commit 8db7fb226a
3 changed files with 6 additions and 6 deletions

View File

@ -124,7 +124,7 @@ class unified_bed_leveling {
static void reset();
static void invalidate();
static void set_all_mesh_points_to_value(const float value);
static void adjust_mesh_to_mean(const float value);
static void adjust_mesh_to_mean(const bool cflag, const float value);
static bool sanity_check();
static void G29() _O0; // O0 for no optimization