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
This commit is contained in:
		
				
					committed by
					
						 Richard Wackerbarth
						Richard Wackerbarth
					
				
			
			
				
	
			
			
			
						parent
						
							e55e65d1e4
						
					
				
				
					commit
					3a5963c0e7
				
			| @@ -102,6 +102,11 @@ | ||||
| // before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu) | ||||
| //#define FAN_KICKSTART_TIME 100 | ||||
|  | ||||
| // This defines the minimal speed for the main fan, run in PWM mode | ||||
| // to enable uncomment and set minimal PWM speed for reliable running (1-255) | ||||
| // if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM | ||||
| //#define FAN_MIN_PWM 50 | ||||
|  | ||||
| // @section extruder | ||||
|  | ||||
| // Extruder cooling fans | ||||
|   | ||||
| @@ -102,6 +102,11 @@ | ||||
| // before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu) | ||||
| //#define FAN_KICKSTART_TIME 100 | ||||
|  | ||||
| // This defines the minimal speed for the main fan, run in PWM mode | ||||
| // to enable uncomment and set minimal PWM speed for reliable running (1-255) | ||||
| // if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM | ||||
| //#define FAN_MIN_PWM 50 | ||||
|  | ||||
| // @section extruder | ||||
|  | ||||
| // Extruder cooling fans | ||||
|   | ||||
| @@ -102,6 +102,11 @@ | ||||
| // before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu) | ||||
| //#define FAN_KICKSTART_TIME 100 | ||||
|  | ||||
| // This defines the minimal speed for the main fan, run in PWM mode | ||||
| // to enable uncomment and set minimal PWM speed for reliable running (1-255) | ||||
| // if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM | ||||
| //#define FAN_MIN_PWM 50 | ||||
|  | ||||
| // @section extruder | ||||
|  | ||||
| // Extruder cooling fans | ||||
|   | ||||
		Reference in New Issue
	
	Block a user