소스 검색

Fix missing controller fan include

Scott Lahteine 4 년 전
부모
커밋
0eab9fc08c
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4
    0
      Marlin/src/feature/power.cpp

+ 4
- 0
Marlin/src/feature/power.cpp 파일 보기

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

Loading…
취소
저장