소스 검색

Change CONTROLLERFAN_PIN for board 35 to -1, as it would conflict with board's 33 extruder pin, causing burnout (it's the same board, just different number of fans/extruders, therefore should be pin-compatible)

nothinman 10 년 전
부모
커밋
dfb98101e4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Marlin/pins.h

+ 1
- 1
Marlin/pins.h 파일 보기

@@ -502,7 +502,7 @@
502 502
   #endif
503 503
 
504 504
   #if MOTHERBOARD == 35
505
-    #define CONTROLLERFAN_PIN  10 //Pin used for the fan to cool controller
505
+    #define CONTROLLERFAN_PIN  -1 //Pin used for the fan to cool controller
506 506
   #endif
507 507
 
508 508
   #define PS_ON_PIN          12

Loading…
취소
저장