Selaa lähdekoodia

Merge pull request #929 from PavelSindler/make_prep

resend request sends OK
PavelSindler 6 vuotta sitten
vanhempi
commit
a7507525ce
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      Firmware/cmdqueue.cpp

+ 1 - 0
Firmware/cmdqueue.cpp

@@ -476,6 +476,7 @@ void get_command()
             SERIAL_ERROR_START;
             SERIAL_ERRORRPGM(_n("No Line Number with checksum, Last Line: "));////MSG_ERR_NO_LINENUMBER_WITH_CHECKSUM c=0 r=0
             SERIAL_ERRORLN(gcode_LastN);
+			FlushSerialRequestResend();
             serial_count = 0;
             return;
         }