Merge pull request #3111 from thinkyhead/rc_drop_old_condition

Drop obsolete test for leading "N"
master
Scott Lahteine 8 years ago
commit 5cba0b4187

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

Loading…
Cancel
Save