Browse Source

Fix missing controller fan include

vanilla_fb_2.0.x
Scott Lahteine 4 years ago
parent
commit
0eab9fc08c
  1. 4
      Marlin/src/feature/power.cpp

4
Marlin/src/feature/power.cpp

@ -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;

Loading…
Cancel
Save