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

This commit is contained in:
bgort 2017-04-30 11:22:31 -04:00 committed by Roxy-3D
parent 2509587b5a
commit 3c0d5ba0a1

View file

@ -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");
} }