diff options
author | blddk <michael.andresen@gmail.com> | 2012-05-24 21:15:00 +0300 |
---|---|---|
committer | blddk <michael.andresen@gmail.com> | 2012-05-24 21:15:00 +0300 |
commit | 9c708af22ec71ca97bbfe18cbb6d1c868faea9a9 (patch) | |
tree | e369456a5b88b770f1ce7179f1512afe1d81c902 /Sprinter/Configuration.h | |
parent | b76a110336fd66b9da8da6aac704e408c676740d (diff) |
Added variables for extruder fan
Diffstat (limited to 'Sprinter/Configuration.h')
-rw-r--r-- | Sprinter/Configuration.h | 3 |
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 |