Scott Lahteine пре 4 година
родитељ
комит
ad980a72f7
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      Marlin/src/gcode/lcd/M0_M1.cpp

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

@@ -103,7 +103,7 @@ void GcodeSuite::M0_M1() {
103 103
   #endif
104 104
 
105 105
   #if HAS_LCD_MENU
106
-    ui.reset_status();
106
+    if (!seenQ) ui.reset_status();
107 107
   #endif
108 108
 
109 109
   wait_for_user = false;

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