Ability to disable M32

This commit is contained in:
Scott Lahteine
2021-04-29 08:45:05 -05:00
parent b2d6b8c567
commit ca730314e7
8 changed files with 64 additions and 45 deletions
+2 -2
View File
@@ -22,7 +22,7 @@
#include "../../inc/MarlinConfig.h"
#if ENABLED(SDSUPPORT)
#if HAS_MEDIA_SUBCALLS
#include "../gcode.h"
#include "../../sd/cardreader.h"
@@ -56,4 +56,4 @@ void GcodeSuite::M32() {
}
}
#endif // SDSUPPORT
#endif // HAS_MEDIA_SUBCALLS