|
@@ -66,6 +66,11 @@
|
66
|
66
|
//#define CONTROLLERFAN_PIN 23 //Pin used for the fan to cool controller, comment out to disable this function
|
67
|
67
|
#define CONTROLLERFAN_SEC 60 //How many seconds, after all motors were disabled, the fan should run
|
68
|
68
|
|
|
69
|
+// When first starting the main fan, run it at full speed for the
|
|
70
|
+// given number of milliseconds. This gets the fan spinning reliably
|
|
71
|
+// before setting a PWM value. Set to zero to disable.
|
|
72
|
+#define FAN_KICKSTART_TIME 100
|
|
73
|
+
|
69
|
74
|
//===========================================================================
|
70
|
75
|
//=============================Mechanical Settings===========================
|
71
|
76
|
//===========================================================================
|