Browse Source

M0 Q preserve status

Scott Lahteine 4 years ago
parent
commit
ad980a72f7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/gcode/lcd/M0_M1.cpp

+ 1
- 1
Marlin/src/gcode/lcd/M0_M1.cpp View File

103
   #endif
103
   #endif
104
 
104
 
105
   #if HAS_LCD_MENU
105
   #if HAS_LCD_MENU
106
-    ui.reset_status();
106
+    if (!seenQ) ui.reset_status();
107
   #endif
107
   #endif
108
 
108
 
109
   wait_for_user = false;
109
   wait_for_user = false;

Loading…
Cancel
Save