ellensp hace 3 años
padre
commit
bd3ecc3ea0
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Marlin/src/gcode/bedlevel/abl/G29.cpp

+ 1
- 1
Marlin/src/gcode/bedlevel/abl/G29.cpp Ver fichero

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

Loading…
Cancelar
Guardar