diff options
author | blddk <michael.andresen@gmail.com> | 2011-10-16 16:18:50 +0300 |
---|---|---|
committer | blddk <michael.andresen@gmail.com> | 2011-10-16 16:18:50 +0300 |
commit | c62f9388144c6723541e26a9cdf4e0e7c9f234aa (patch) | |
tree | 2e3ccc4f7f10b379f7f8521f5bc123a3b8317bb2 | |
parent | a584adc97f791fc3f9d71e6612db135d492df888 (diff) |
Update Sprinter/Configuration.h
-rw-r--r-- | Sprinter/Configuration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h index 8c73f57..a3a5d59 100644 --- a/Sprinter/Configuration.h +++ b/Sprinter/Configuration.h @@ -182,7 +182,7 @@ char uuid[] = "00000000-0000-0000-0000-000000000000"; //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_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 |