ellensp 2 anni fa
parent
commit
bd3ecc3ea0
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      Marlin/src/gcode/bedlevel/abl/G29.cpp

+ 1
- 1
Marlin/src/gcode/bedlevel/abl/G29.cpp Vedi File

@@ -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…
Annulla
Salva