diff --git a/Marlin/ubl_G29.cpp b/Marlin/ubl_G29.cpp index a7071ae6de..a4269f13ef 100755 --- a/Marlin/ubl_G29.cpp +++ b/Marlin/ubl_G29.cpp @@ -342,6 +342,7 @@ break; // No more invalid Mesh Points to populate } ubl.z_values[location.x_index][location.y_index] = NAN; + cnt++; } SERIAL_PROTOCOLLNPGM("Locations invalidated.\n"); }