Browse Source

RigidBot CONTROLLERFAN_PIN in Configuration_adv.h

Scott Lahteine 10 years ago
parent
commit
536f86e896

+ 1
- 1
Marlin/example_configurations/RigidBot/Configuration_adv.h View File

@@ -85,7 +85,7 @@
85 85
 //This is for controlling a fan to cool down the stepper drivers
86 86
 //it will turn on when any driver is enabled
87 87
 //and turn off after the set amount of seconds from last driver being disabled again
88
-#define CONTROLLERFAN_PIN -1 //Pin used for the fan to cool controller (-1 to disable)
88
+#define CONTROLLERFAN_PIN 4 //Pin used for the fan to cool motherboard (-1 to disable) // RigidBot: Fans/Water Pump to cool the hotend cool side.
89 89
 #define CONTROLLERFAN_SECS 60 //How many seconds, after all motors were disabled, the fan should run
90 90
 #define CONTROLLERFAN_SPEED 255  // == full speed
91 91
 

+ 0
- 2
Marlin/pins_RIGIDBOARD.h View File

@@ -4,8 +4,6 @@
4 4
 
5 5
 #include "pins_RAMPS_13.h"
6 6
 
7
-#define CONTROLLERFAN_PIN         4 //Pin used for the fan to cool motherboard (-1 to disable) //Fans/Water Pump to cool the hotend cool side.
8
-
9 7
 #ifdef Z_PROBE_ENDSTOP
10 8
   #define Z_PROBE_PIN      19
11 9
 #endif

Loading…
Cancel
Save