From dfb98101e4c6481c4a7f82d7ebf58d54882fa84a Mon Sep 17 00:00:00 2001
From: nothinman <martin@lukasik.name>
Date: Thu, 3 Apr 2014 18:05:48 +0100
Subject: [PATCH] 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)

---
 Marlin/pins.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Marlin/pins.h b/Marlin/pins.h
index 9976d431d0..0811179858 100644
--- a/Marlin/pins.h
+++ b/Marlin/pins.h
@@ -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
-- 
GitLab