Browse Source

Serial redirect for Move Command when stopping (#16906)

Robby Candra 4 years ago
parent
commit
1c52d76668
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/src/gcode/queue.cpp

+ 1
- 0
Marlin/src/gcode/queue.cpp View File

@@ -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;

Loading…
Cancel
Save