Allow "M110 N123" without a checksum
This commit is contained in:
parent
aaad65ff5d
commit
f6ca5a8da8
@ -817,7 +817,7 @@ void get_command() {
|
|||||||
}
|
}
|
||||||
// if no errors, continue parsing
|
// if no errors, continue parsing
|
||||||
}
|
}
|
||||||
else {
|
else if (npos == command) {
|
||||||
gcode_line_error(PSTR(MSG_ERR_NO_CHECKSUM));
|
gcode_line_error(PSTR(MSG_ERR_NO_CHECKSUM));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user