Ver código fonte

Fix missing controller fan include

Scott Lahteine 4 anos atrás
pai
commit
0eab9fc08c
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4
    0
      Marlin/src/feature/power.cpp

+ 4
- 0
Marlin/src/feature/power.cpp Ver arquivo

@@ -33,6 +33,10 @@
33 33
 #include "../module/stepper/indirection.h"
34 34
 #include "../MarlinCore.h"
35 35
 
36
+#if BOTH(USE_CONTROLLER_FAN, AUTO_POWER_CONTROLLERFAN)
37
+  #include "controllerfan.h"
38
+#endif
39
+
36 40
 Power powerManager;
37 41
 
38 42
 millis_t Power::lastPowerOn;

Carregando…
Cancelar
Salvar