Browse Source

Configuration_adv.h: Add FAN_MIN_PWM for slow fan stopping issue …

* all Configuration_adv.h: Add #define FAN_MIN_PWM for slow fan stopping
issue
* for K8200: uncommented with tested (and working) values
CONSULitAS 10 years ago
parent
commit
3a5963c0e7

+ 5
- 0
Marlin/Configuration_adv.h View File

@@ -94,6 +94,11 @@
94 94
 // before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
95 95
 //#define FAN_KICKSTART_TIME 100
96 96
 
97
+// This defines the minimal speed for the main fan, run in PWM mode
98
+// to enable uncomment and set minimal PWM speed for reliable running (1-255)
99
+// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
100
+//#define FAN_MIN_PWM 50
101
+
97 102
 // @section extruder
98 103
 
99 104
 // Extruder cooling fans

+ 5
- 0
Marlin/example_configurations/Felix/Configuration_adv.h View File

@@ -102,6 +102,11 @@
102 102
 // before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
103 103
 //#define FAN_KICKSTART_TIME 100
104 104
 
105
+// This defines the minimal speed for the main fan, run in PWM mode
106
+// to enable uncomment and set minimal PWM speed for reliable running (1-255)
107
+// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
108
+//#define FAN_MIN_PWM 50
109
+
105 110
 // @section extruder
106 111
 
107 112
 // Extruder cooling fans

+ 5
- 0
Marlin/example_configurations/Hephestos/Configuration_adv.h View File

@@ -102,6 +102,11 @@
102 102
 // before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
103 103
 //#define FAN_KICKSTART_TIME 100
104 104
 
105
+// This defines the minimal speed for the main fan, run in PWM mode
106
+// to enable uncomment and set minimal PWM speed for reliable running (1-255)
107
+// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
108
+//#define FAN_MIN_PWM 50
109
+
105 110
 // @section extruder
106 111
 
107 112
 // Extruder cooling fans

+ 5
- 0
Marlin/example_configurations/K8200/Configuration_adv.h View File

@@ -102,6 +102,11 @@
102 102
 // before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
103 103
 //#define FAN_KICKSTART_TIME 100
104 104
 
105
+// This defines the minimal speed for the main fan, run in PWM mode
106
+// to enable uncomment and set minimal PWM speed for reliable running (1-255)
107
+// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
108
+#define FAN_MIN_PWM 50 // K8200: fan stops running at about 35 to 40 (of 255)
109
+
105 110
 // @section extruder
106 111
 
107 112
 // Extruder cooling fans

+ 5
- 0
Marlin/example_configurations/SCARA/Configuration_adv.h View File

@@ -102,6 +102,11 @@
102 102
 // before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
103 103
 //#define FAN_KICKSTART_TIME 100
104 104
 
105
+// This defines the minimal speed for the main fan, run in PWM mode
106
+// to enable uncomment and set minimal PWM speed for reliable running (1-255)
107
+// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
108
+//#define FAN_MIN_PWM 50
109
+
105 110
 // @section extruder
106 111
 
107 112
 // Extruder cooling fans

+ 5
- 0
Marlin/example_configurations/WITBOX/Configuration_adv.h View File

@@ -102,6 +102,11 @@
102 102
 // before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
103 103
 //#define FAN_KICKSTART_TIME 100
104 104
 
105
+// This defines the minimal speed for the main fan, run in PWM mode
106
+// to enable uncomment and set minimal PWM speed for reliable running (1-255)
107
+// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
108
+//#define FAN_MIN_PWM 50
109
+
105 110
 // @section extruder
106 111
 
107 112
 // Extruder cooling fans

+ 5
- 0
Marlin/example_configurations/delta/biv2.5/Configuration_adv.h View File

@@ -102,6 +102,11 @@
102 102
 // before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
103 103
 //#define FAN_KICKSTART_TIME 100
104 104
 
105
+// This defines the minimal speed for the main fan, run in PWM mode
106
+// to enable uncomment and set minimal PWM speed for reliable running (1-255)
107
+// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
108
+//#define FAN_MIN_PWM 50
109
+
105 110
 // @section extruder
106 111
 
107 112
 // Extruder cooling fans

+ 5
- 0
Marlin/example_configurations/delta/generic/Configuration_adv.h View File

@@ -102,6 +102,11 @@
102 102
 // before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
103 103
 //#define FAN_KICKSTART_TIME 100
104 104
 
105
+// This defines the minimal speed for the main fan, run in PWM mode
106
+// to enable uncomment and set minimal PWM speed for reliable running (1-255)
107
+// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
108
+//#define FAN_MIN_PWM 50
109
+
105 110
 // @section extruder
106 111
 
107 112
 // Extruder cooling fans

+ 5
- 0
Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h View File

@@ -102,6 +102,11 @@
102 102
 // before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
103 103
 //#define FAN_KICKSTART_TIME 100
104 104
 
105
+// This defines the minimal speed for the main fan, run in PWM mode
106
+// to enable uncomment and set minimal PWM speed for reliable running (1-255)
107
+// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
108
+//#define FAN_MIN_PWM 50
109
+
105 110
 // @section extruder
106 111
 
107 112
 // Extruder cooling fans

+ 5
- 0
Marlin/example_configurations/makibox/Configuration_adv.h View File

@@ -102,6 +102,11 @@
102 102
 // before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
103 103
 //#define FAN_KICKSTART_TIME 100
104 104
 
105
+// This defines the minimal speed for the main fan, run in PWM mode
106
+// to enable uncomment and set minimal PWM speed for reliable running (1-255)
107
+// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
108
+//#define FAN_MIN_PWM 50
109
+
105 110
 // @section extruder
106 111
 
107 112
 // Extruder cooling fans

+ 5
- 0
Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h View File

@@ -102,6 +102,11 @@
102 102
 // before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
103 103
 //#define FAN_KICKSTART_TIME 100
104 104
 
105
+// This defines the minimal speed for the main fan, run in PWM mode
106
+// to enable uncomment and set minimal PWM speed for reliable running (1-255)
107
+// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
108
+//#define FAN_MIN_PWM 50
109
+
105 110
 // @section extruder
106 111
 
107 112
 // Extruder cooling fans

Loading…
Cancel
Save