浏览代码

M0 Q preserve status

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;

正在加载...
取消
保存