Kaynağa Gözat

Merge pull request #929 from PavelSindler/make_prep

resend request sends OK
PavelSindler 6 yıl önce
ebeveyn
işleme
a7507525ce
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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;
         }