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
No related branches found
No related tags found
No related merge requests found
......@@ -33,15 +33,12 @@
#include "../../gcode/queue.h"
#include "../../module/printcounter.h"
#include "../../module/stepper.h"
#include "../../sd/cardreader.h"
#if ENABLED(POWER_LOSS_RECOVERY)
#include "../../feature/power_loss_recovery.h"
#endif
#if ENABLED(SDSUPPORT)
#include "../../sd/cardreader.h"
#endif
#if ENABLED(HOST_ACTION_COMMANDS)
#include "../../feature/host_actions.h"
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment