RigidBot CONTROLLERFAN_PIN in Configuration_adv.h
This commit is contained in:
parent
f068e46661
commit
536f86e896
|
@ -85,7 +85,7 @@
|
||||||
//This is for controlling a fan to cool down the stepper drivers
|
//This is for controlling a fan to cool down the stepper drivers
|
||||||
//it will turn on when any driver is enabled
|
//it will turn on when any driver is enabled
|
||||||
//and turn off after the set amount of seconds from last driver being disabled again
|
//and turn off after the set amount of seconds from last driver being disabled again
|
||||||
#define CONTROLLERFAN_PIN -1 //Pin used for the fan to cool controller (-1 to disable)
|
#define CONTROLLERFAN_PIN 4 //Pin used for the fan to cool motherboard (-1 to disable) // RigidBot: Fans/Water Pump to cool the hotend cool side.
|
||||||
#define CONTROLLERFAN_SECS 60 //How many seconds, after all motors were disabled, the fan should run
|
#define CONTROLLERFAN_SECS 60 //How many seconds, after all motors were disabled, the fan should run
|
||||||
#define CONTROLLERFAN_SPEED 255 // == full speed
|
#define CONTROLLERFAN_SPEED 255 // == full speed
|
||||||
|
|
||||||
|
|
|
@ -4,8 +4,6 @@
|
||||||
|
|
||||||
#include "pins_RAMPS_13.h"
|
#include "pins_RAMPS_13.h"
|
||||||
|
|
||||||
#define CONTROLLERFAN_PIN 4 //Pin used for the fan to cool motherboard (-1 to disable) //Fans/Water Pump to cool the hotend cool side.
|
|
||||||
|
|
||||||
#ifdef Z_PROBE_ENDSTOP
|
#ifdef Z_PROBE_ENDSTOP
|
||||||
#define Z_PROBE_PIN 19
|
#define Z_PROBE_PIN 19
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue