allow idle() to be called - fixes sometimes crash/hang in G29 I; (#6505)

master
bgort 7 years ago committed by Roxy-3D
parent 2509587b5a
commit 3c0d5ba0a1

@ -342,6 +342,7 @@
break; // No more invalid Mesh Points to populate break; // No more invalid Mesh Points to populate
} }
ubl.z_values[location.x_index][location.y_index] = NAN; ubl.z_values[location.x_index][location.y_index] = NAN;
cnt++;
} }
SERIAL_PROTOCOLLNPGM("Locations invalidated.\n"); SERIAL_PROTOCOLLNPGM("Locations invalidated.\n");
} }

Loading…
Cancel
Save