Lang - text "No Checksum with line number, Last Line: " removed from dictionary

This commit is contained in:
Robert Pelnar 2018-11-22 18:09:07 +01:00
parent fd3cd9b551
commit 1568b94e87
8 changed files with 1 additions and 28 deletions
Firmware

View file

@ -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;