Fix missing controller fan include
This commit is contained in:
parent
ca78a57b1d
commit
0eab9fc08c
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@
|
|||
#include "../module/stepper/indirection.h"
|
||||
#include "../MarlinCore.h"
|
||||
|
||||
#if BOTH(USE_CONTROLLER_FAN, AUTO_POWER_CONTROLLERFAN)
|
||||
#include "controllerfan.h"
|
||||
#endif
|
||||
|
||||
Power powerManager;
|
||||
|
||||
millis_t Power::lastPowerOn;
|
||||
|
|
Reference in a new issue