Parcourir la source

Serial redirect for Move Command when stopping (#16906)

Robby Candra il y a 4 ans
Parent
révision
1c52d76668
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      Marlin/src/gcode/queue.cpp

+ 1
- 0
Marlin/src/gcode/queue.cpp Voir le fichier

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

Chargement…
Annuler
Enregistrer