|
|
@ -1555,7 +1555,7 @@
|
|
|
|
// affecting heaters, and the fan if FAN_SOFT_PWM is enabled.
|
|
|
|
// affecting heaters, and the fan if FAN_SOFT_PWM is enabled.
|
|
|
|
// However, control resolution will be halved for each increment;
|
|
|
|
// However, control resolution will be halved for each increment;
|
|
|
|
// at zero value, there are 128 effective control positions.
|
|
|
|
// at zero value, there are 128 effective control positions.
|
|
|
|
#define SOFT_PWM_SCALE 1
|
|
|
|
#define SOFT_PWM_SCALE 0
|
|
|
|
|
|
|
|
|
|
|
|
// If SOFT_PWM_SCALE is set to a value higher than 0, dithering can
|
|
|
|
// If SOFT_PWM_SCALE is set to a value higher than 0, dithering can
|
|
|
|
// be used to mitigate the associated resolution loss. If enabled,
|
|
|
|
// be used to mitigate the associated resolution loss. If enabled,
|
|
|
|