mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-03-24 21:26:55 +01:00
Drop obsolete test for leading "N"
This commit is contained in:
@@ -870,7 +870,7 @@ void get_command() {
|
||||
}
|
||||
// if no errors, continue parsing
|
||||
}
|
||||
else if (npos == command) {
|
||||
else {
|
||||
gcode_line_error(PSTR(MSG_ERR_NO_CHECKSUM));
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user