Add HAS_EXTRA_ENDSTOPS macro
This commit is contained in:
parent
3c49396370
commit
1bd9a63049
9 changed files with 14 additions and 13 deletions
|
@ -635,7 +635,7 @@ inline void get_serial_commands() {
|
|||
gcode_LastN = gcode_N;
|
||||
}
|
||||
#if ENABLED(SDSUPPORT)
|
||||
// Pronterface "M29" and "M29 " has no line number
|
||||
// Pronterface "M29" and "M29 " has no line number
|
||||
else if (card.flag.saving && !is_M29(command))
|
||||
return gcode_line_error(PSTR(MSG_ERR_NO_CHECKSUM), i);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue