serial resend request always contains OK
This commit is contained in:
parent
6f7a2ba263
commit
3aca1271ed
@ -6159,7 +6159,8 @@ void FlushSerialRequestResend()
|
|||||||
MYSERIAL.flush();
|
MYSERIAL.flush();
|
||||||
SERIAL_PROTOCOLRPGM(MSG_RESEND);
|
SERIAL_PROTOCOLRPGM(MSG_RESEND);
|
||||||
SERIAL_PROTOCOLLN(gcode_LastN + 1);
|
SERIAL_PROTOCOLLN(gcode_LastN + 1);
|
||||||
ClearToSend();
|
previous_millis_cmd = millis();
|
||||||
|
SERIAL_PROTOCOLLNRPGM(MSG_OK);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Confirm the execution of a command, if sent from a serial line.
|
// Confirm the execution of a command, if sent from a serial line.
|
||||||
|
Loading…
Reference in New Issue
Block a user