Serial redirect for Move Command when stopping (#16906)

2.0.x
Robby Candra 5 years ago committed by GitHub
parent 178735b958
commit 1c52d76668
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save