浏览代码

Serial redirect for Move Command when stopping (#16906)

Robby Candra 4 年前
父节点
当前提交
1c52d76668
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      Marlin/src/gcode/queue.cpp

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

@@ -469,6 +469,7 @@ void GCodeQueue::get_serial_commands() {
469 469
               #if ENABLED(BEZIER_CURVE_SUPPORT)
470 470
                 case 5:
471 471
               #endif
472
+                PORT_REDIRECT(i);                      // Reply to the serial port that sent the command
472 473
                 SERIAL_ECHOLNPGM(MSG_ERR_STOPPED);
473 474
                 LCD_MESSAGEPGM(MSG_STOPPED);
474 475
                 break;

正在加载...
取消
保存