Skip to content
Snippets Groups Projects
Commit dfb98101 authored by nothinman's avatar nothinman
Browse files

Change CONTROLLERFAN_PIN for board 35 to -1, as it would conflict with board's...

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)
parent f1501317
Branches jumpGam_Implementation
Tags
No related merge requests found
...@@ -502,7 +502,7 @@ ...@@ -502,7 +502,7 @@
#endif #endif
#if MOTHERBOARD == 35 #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 #endif
#define PS_ON_PIN 12 #define PS_ON_PIN 12
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment