summaryrefslogtreecommitdiff
path: root/Sprinter/Configuration.h
diff options
context:
space:
mode:
authorblddk <michael.andresen@gmail.com>2011-10-16 15:56:21 +0300
committerblddk <michael.andresen@gmail.com>2011-10-16 15:56:21 +0300
commita584adc97f791fc3f9d71e6612db135d492df888 (patch)
tree1bd1a5d4f1c4b5f610e7c279166855e591dcaa93 /Sprinter/Configuration.h
parent7eef2733856dac97dd46f19160cf6fb2eedd198b (diff)
Added options for the controller cooling fan
Diffstat (limited to 'Sprinter/Configuration.h')
-rw-r--r--Sprinter/Configuration.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h
index 3f2dda2..8c73f57 100644
--- a/Sprinter/Configuration.h
+++ b/Sprinter/Configuration.h
@@ -179,6 +179,12 @@ char uuid[] = "00000000-0000-0000-0000-000000000000";
#define BED_USES_THERMISTOR
//#define BED_USES_AD595
+//This is for controlling a fan to cool down the stepper drivers
+//it will turn on when any driver is enabled
+//and turn off after the set amount of seconds from last driver being disabled again
+#define CONTROLLERFAN_PIN 23 //Pin used for the fan to cool controller, comment out to disable this function
+#define CONTROLLERFAN_SEC 60 //How many seconds, after all motors were disabled, the fan should run
+
// Uncomment the following line to enable debugging. You can better control debugging below the following line
//#define DEBUG
#ifdef DEBUG