ellensp пре 2 година
родитељ
комит
bd3ecc3ea0
No account linked to committer's email address
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      Marlin/src/gcode/bedlevel/abl/G29.cpp

+ 1
- 1
Marlin/src/gcode/bedlevel/abl/G29.cpp Прегледај датотеку

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

Loading…
Откажи
Сачувај