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,6 +233,7 @@ void flush_and_request_resend() {
233 233
   SERIAL_FLUSH_P(port);
234 234
   SERIAL_PROTOCOLPGM_P(port, MSG_RESEND);
235 235
   SERIAL_PROTOCOLLN_P(port, gcode_LastN + 1);
236
+  ok_to_send();
236 237
 }
237 238
 
238 239
 void gcode_line_error(const char* err, uint8_t port) {

Loading…
Cancel
Save