Fix CANCEL_OBJECTS missing include

2.0.x
Scott Lahteine 5 years ago
parent 12a244f24f
commit 408751d5e0

@ -145,6 +145,10 @@
#include "feature/power_loss_recovery.h" #include "feature/power_loss_recovery.h"
#endif #endif
#if ENABLED(CANCEL_OBJECTS)
#include "feature/cancel_object.h"
#endif
#if HAS_FILAMENT_SENSOR #if HAS_FILAMENT_SENSOR
#include "feature/runout.h" #include "feature/runout.h"
#endif #endif

Loading…
Cancel
Save