Merge pull request #3111 from thinkyhead/rc_drop_old_condition

Drop obsolete test for leading "N"
This commit is contained in:
Scott Lahteine 2016-03-08 03:07:25 -08:00
commit 5cba0b4187

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