Browse Source

Fix flush_and_request_resend

Scott Lahteine 4 years ago
parent
commit
9405a5e443
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

@@ -270,6 +270,7 @@ void GCodeQueue::flush_and_request_resend(const serial_index_t serial_ind) {
270 270
   SERIAL_FLUSH();
271 271
   SERIAL_ECHOPGM(STR_RESEND);
272 272
   SERIAL_ECHOLN(serial_state[serial_ind.index].last_N + 1);
273
+  SERIAL_ECHOLNPGM(STR_OK);
273 274
 }
274 275
 
275 276
 static bool serial_data_available(serial_index_t index) {

Loading…
Cancel
Save