diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 0b37197a3..77d0e51d8 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1555,7 +1555,7 @@ // affecting heaters, and the fan if FAN_SOFT_PWM is enabled. // However, control resolution will be halved for each increment; // 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 // be used to mitigate the associated resolution loss. If enabled,