parent
86e58df324
commit
1e31b56b0f
@ -1070,10 +1070,12 @@ inline void get_serial_commands() {
|
||||
|
||||
gcode_LastN = gcode_N;
|
||||
}
|
||||
else if (card.saving) {
|
||||
gcode_line_error(PSTR(MSG_ERR_NO_CHECKSUM));
|
||||
return;
|
||||
}
|
||||
#if ENABLED(SDSUPPORT)
|
||||
else if (card.saving) {
|
||||
gcode_line_error(PSTR(MSG_ERR_NO_CHECKSUM));
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
// Movement commands alert when stopped
|
||||
if (IsStopped()) {
|
||||
|
Loading…
Reference in New Issue
Block a user