Reset SOFT_PWM_SCALE back to default value.

- This was changed in commit b6a1305 in order to adjust the
  speed for the Pelonis fan, but this is now being done via
  HW PWM.
master
Marcio Teixeira 7 years ago
parent 630d9107b4
commit 324c877674

@ -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,

Loading…
Cancel
Save