summaryrefslogtreecommitdiff
path: root/Sprinter/Configuration.h
diff options
context:
space:
mode:
authormidopple <mdoppler@gmx.at>2012-05-28 05:30:43 -0700
committermidopple <mdoppler@gmx.at>2012-05-28 05:30:43 -0700
commitaab62de29c0076cf69d589f6999f6c31c06119c4 (patch)
tree991c3c13c73aa8aa191d9a7559593c73873fcb54 /Sprinter/Configuration.h
parent9af0980080a97e572c21ad6ab2278116f78aec48 (diff)
parent9c708af22ec71ca97bbfe18cbb6d1c868faea9a9 (diff)
Merge pull request #176 from blddk/experimental
Error with DELAY_ENABLE Thanks to blddk
Diffstat (limited to 'Sprinter/Configuration.h')
-rw-r--r--Sprinter/Configuration.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h
index ccf2762..5d5d78e 100644
--- a/Sprinter/Configuration.h
+++ b/Sprinter/Configuration.h
@@ -362,6 +362,9 @@ const int dropsegments=5; //everything with less than this number of steps will
//#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
+//This is for controlling a fan that will keep the extruder cool.
+//#define EXTRUDERFAN_PIN 66 //Pin used to control the fan, comment out to disable this function
+#define EXTRUDERFAN_DEC 50 //Hotend temperature from where the fan will be turned on
//-----------------------------------------------------------------------
// DEBUGING