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
               #if ENABLED(BEZIER_CURVE_SUPPORT)
469
               #if ENABLED(BEZIER_CURVE_SUPPORT)
470
                 case 5:
470
                 case 5:
471
               #endif
471
               #endif
472
+                PORT_REDIRECT(i);                      // Reply to the serial port that sent the command
472
                 SERIAL_ECHOLNPGM(MSG_ERR_STOPPED);
473
                 SERIAL_ECHOLNPGM(MSG_ERR_STOPPED);
473
                 LCD_MESSAGEPGM(MSG_STOPPED);
474
                 LCD_MESSAGEPGM(MSG_STOPPED);
474
                 break;
475
                 break;

Loading…
Cancel
Save