0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-17 23:18:34 +00:00

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
}
ubl.z_values[location.x_index][location.y_index] = NAN;
cnt++;
}
SERIAL_PROTOCOLLNPGM("Locations invalidated.\n");
}