Robby Candra
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
Marlin/src/gcode/queue.cpp
|
@ -469,6 +469,7 @@ void GCodeQueue::get_serial_commands() { |
|
|
#if ENABLED(BEZIER_CURVE_SUPPORT) |
|
|
#if ENABLED(BEZIER_CURVE_SUPPORT) |
|
|
case 5: |
|
|
case 5: |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
PORT_REDIRECT(i); // Reply to the serial port that sent the command
|
|
|
SERIAL_ECHOLNPGM(MSG_ERR_STOPPED); |
|
|
SERIAL_ECHOLNPGM(MSG_ERR_STOPPED); |
|
|
LCD_MESSAGEPGM(MSG_STOPPED); |
|
|
LCD_MESSAGEPGM(MSG_STOPPED); |
|
|
break; |
|
|
break; |
|
|