Lang - text "No Checksum with line number, Last Line: " removed from dictionary
This commit is contained in:
parent
fd3cd9b551
commit
1568b94e87
8 changed files with 1 additions and 28 deletions
Firmware
|
@ -453,7 +453,7 @@ void get_command()
|
|||
else
|
||||
{
|
||||
SERIAL_ERROR_START;
|
||||
SERIAL_ERRORRPGM(_i("No Checksum with line number, Last Line: "));////MSG_ERR_NO_CHECKSUM c=0 r=0
|
||||
SERIAL_ERRORRPGM(_n("No Checksum with line number, Last Line: "));////MSG_ERR_NO_CHECKSUM c=0 r=0
|
||||
SERIAL_ERRORLN(gcode_LastN);
|
||||
FlushSerialRequestResend();
|
||||
serial_count = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue