Add FAN_MAX_PWM to example configs
This commit is contained in:
parent
43ddb29f9e
commit
0755fe8ba2
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -213,10 +213,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
|
@ -208,10 +208,20 @@
|
||||||
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
// before setting a PWM value. (Does not work with software PWM for fan on Sanguinololu)
|
||||||
//#define FAN_KICKSTART_TIME 100
|
//#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)
|
* PWM Fan Scaling
|
||||||
// if fan speed is [1 - (FAN_MIN_PWM-1)] it is set to FAN_MIN_PWM
|
*
|
||||||
|
* Define the min/max speeds for PWM fans (as set with M106).
|
||||||
|
*
|
||||||
|
* With these options the M106 0-255 value range is scaled to a subset
|
||||||
|
* to ensure that the fan has enough power to spin, or to run lower
|
||||||
|
* current fans with higher current. (e.g., 5V/12V fans with 12V/24V)
|
||||||
|
* Value 0 always turns off the fan.
|
||||||
|
*
|
||||||
|
* Define one or both of these to override the default 0-255 range.
|
||||||
|
*/
|
||||||
//#define FAN_MIN_PWM 50
|
//#define FAN_MIN_PWM 50
|
||||||
|
//#define FAN_MAX_PWM 128
|
||||||
|
|
||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue