Browse Source

fix g29 (#23887)

FB4S_WIFI
ellensp 2 years ago
committed by Scott Lahteine
parent
commit
b045c91f26
  1. 2
      Marlin/src/gcode/bedlevel/abl/G29.cpp

2
Marlin/src/gcode/bedlevel/abl/G29.cpp

@ -718,7 +718,7 @@ G29_TYPE GcodeSuite::G29() {
#endif // AUTO_BED_LEVELING_3POINT
ui.reset_status();
TERN_(HAS_STATUS_MESSAGE, ui.reset_status());
// Stow the probe. No raise for FIX_MOUNTED_PROBE.
if (probe.stow()) {

Loading…
Cancel
Save