Fix CANCEL_OBJECTS missing include
This commit is contained in:
parent
12a244f24f
commit
408751d5e0
@ -145,6 +145,10 @@
|
||||
#include "feature/power_loss_recovery.h"
|
||||
#endif
|
||||
|
||||
#if ENABLED(CANCEL_OBJECTS)
|
||||
#include "feature/cancel_object.h"
|
||||
#endif
|
||||
|
||||
#if HAS_FILAMENT_SENSOR
|
||||
#include "feature/runout.h"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user