Ignore M22 during SD print
This commit is contained in:
parent
f2726399dd
commit
e8aa6ab735
@ -35,6 +35,10 @@ void GcodeSuite::M21() { card.mount(); }
|
||||
/**
|
||||
* M22: Release SD Card
|
||||
*/
|
||||
void GcodeSuite::M22() { card.release(); }
|
||||
void GcodeSuite::M22() {
|
||||
|
||||
if (!IS_SD_PRINTING()) card.release();
|
||||
|
||||
}
|
||||
|
||||
#endif // SDSUPPORT
|
||||
|
Loading…
Reference in New Issue
Block a user