mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-18 15:39:31 +00:00
parent
86e58df324
commit
1e31b56b0f
1 changed files with 6 additions and 4 deletions
|
@ -1070,10 +1070,12 @@ inline void get_serial_commands() {
|
|||
|
||||
gcode_LastN = gcode_N;
|
||||
}
|
||||
#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 a new issue