Drop obsolete test for leading "N"

This commit is contained in:
Scott Lahteine 2016-03-08 02:25:11 -08:00
parent eafbc5e0cc
commit 302d1bfbc4

View File

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