浏览代码

Show end prompt with Print Event LEDs

Scott Lahteine 4 年前
父节点
当前提交
19991e269b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/src/gcode/queue.cpp

+ 1
- 1
Marlin/src/gcode/queue.cpp 查看文件

@@ -537,7 +537,7 @@ void GCodeQueue::get_serial_commands() {
537 537
             #if ENABLED(PRINTER_EVENT_LEDS)
538 538
               printerEventLEDs.onPrintCompleted();
539 539
               #if HAS_RESUME_CONTINUE
540
-                enqueue_now_P(PSTR("M0 Q S"
540
+                enqueue_now_P(PSTR("M0 S"
541 541
                   #if HAS_LCD_MENU
542 542
                     "1800"
543 543
                   #else

正在加载...
取消
保存