Skip to content
Snippets Groups Projects
Commit bae1cb85 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Patch flush_and_request_resend for 1.1.x parity

parent 51ebdf3b
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment