Merge pull request #3111 from thinkyhead/rc_drop_old_condition
Drop obsolete test for leading "N"
This commit is contained in:
commit
5cba0b4187
@ -870,7 +870,7 @@ void get_command() {
|
|||||||
}
|
}
|
||||||
// if no errors, continue parsing
|
// if no errors, continue parsing
|
||||||
}
|
}
|
||||||
else if (npos == command) {
|
else {
|
||||||
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