Browse Source

Patch flush_and_request_resend for 1.1.x parity

Scott Lahteine 7 years ago
parent
commit
bae1cb859c
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/src/gcode/queue.cpp

+ 1
- 0
Marlin/src/gcode/queue.cpp View File

233
   SERIAL_FLUSH_P(port);
233
   SERIAL_FLUSH_P(port);
234
   SERIAL_PROTOCOLPGM_P(port, MSG_RESEND);
234
   SERIAL_PROTOCOLPGM_P(port, MSG_RESEND);
235
   SERIAL_PROTOCOLLN_P(port, gcode_LastN + 1);
235
   SERIAL_PROTOCOLLN_P(port, gcode_LastN + 1);
236
+  ok_to_send();
236
 }
237
 }
237
 
238
 
238
 void gcode_line_error(const char* err, uint8_t port) {
239
 void gcode_line_error(const char* err, uint8_t port) {

Loading…
Cancel
Save