Browse Source

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

pull/1/head
bgort 8 years ago
committed by Roxy-3D
parent
commit
3c0d5ba0a1
  1. 1
      Marlin/ubl_G29.cpp

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

Loading…
Cancel
Save