Patch flush_and_request_resend for 1.1.x parity

2.0.x
Scott Lahteine 7 years ago
parent 51ebdf3b7d
commit bae1cb859c

@ -233,6 +233,7 @@ void flush_and_request_resend() {
SERIAL_FLUSH_P(port);
SERIAL_PROTOCOLPGM_P(port, MSG_RESEND);
SERIAL_PROTOCOLLN_P(port, gcode_LastN + 1);
ok_to_send();
}
void gcode_line_error(const char* err, uint8_t port) {

Loading…
Cancel
Save