Skip to content

Commit

Permalink
Change CONTROLLERFAN_PIN for board 35 to -1, as it would conflict wit…
Browse files Browse the repository at this point in the history
…h board's 33 extruder pin, causing burnout (it's the same board, just different number of fans/extruders, therefore should be pin-compatible)
  • Loading branch information
nothinman committed Apr 3, 2014
1 parent f150131 commit dfb9810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/pins.h
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@
#endif

#if MOTHERBOARD == 35
#define CONTROLLERFAN_PIN 10 //Pin used for the fan to cool controller
#define CONTROLLERFAN_PIN -1 //Pin used for the fan to cool controller
#endif

#define PS_ON_PIN 12
Expand Down

0 comments on commit dfb9810

Please sign in to comment.