Skip to content
Snippets Groups Projects
Commit 9898f533 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Fix missing IS_SD_PRINTING

parent 1e59a2ac
Branches
Tags
No related merge requests found
...@@ -33,15 +33,12 @@ ...@@ -33,15 +33,12 @@
#include "../../gcode/queue.h" #include "../../gcode/queue.h"
#include "../../module/printcounter.h" #include "../../module/printcounter.h"
#include "../../module/stepper.h" #include "../../module/stepper.h"
#include "../../sd/cardreader.h"
#if ENABLED(POWER_LOSS_RECOVERY) #if ENABLED(POWER_LOSS_RECOVERY)
#include "../../feature/power_loss_recovery.h" #include "../../feature/power_loss_recovery.h"
#endif #endif
#if ENABLED(SDSUPPORT)
#include "../../sd/cardreader.h"
#endif
#if ENABLED(HOST_ACTION_COMMANDS) #if ENABLED(HOST_ACTION_COMMANDS)
#include "../../feature/host_actions.h" #include "../../feature/host_actions.h"
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment