Allow "M110 N123" without a checksum

master
Scott Lahteine 9 years ago committed by Richard Wackerbarth
parent aaad65ff5d
commit f6ca5a8da8

@ -817,7 +817,7 @@ void get_command() {
}
// if no errors, continue parsing
}
else {
else if (npos == command) {
gcode_line_error(PSTR(MSG_ERR_NO_CHECKSUM));
return;
}

Loading…
Cancel
Save