Added options for the controller cooling fan
This commit is contained in:
parent
7eef273385
commit
a584adc97f
1 changed files with 6 additions and 0 deletions
|
|
@ -179,6 +179,12 @@ char uuid[] = "00000000-0000-0000-0000-000000000000";
|
||||||
#define BED_USES_THERMISTOR
|
#define BED_USES_THERMISTOR
|
||||||
//#define BED_USES_AD595
|
//#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
|
// Uncomment the following line to enable debugging. You can better control debugging below the following line
|
||||||
//#define DEBUG
|
//#define DEBUG
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue