Selaa lähdekoodia

Serial redirect for Move Command when stopping (#16906)

Robby Candra 4 vuotta sitten
vanhempi
commit
1c52d76668
No account linked to committer's email address
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1
    0
      Marlin/src/gcode/queue.cpp

+ 1
- 0
Marlin/src/gcode/queue.cpp Näytä tiedosto

@@ -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…
Peruuta
Tallenna