Fixed fan related stuff

This commit is contained in:
efflicto
2023-11-10 22:38:05 +01:00
parent d2173a58a5
commit 0abe6975e7
2 changed files with 4 additions and 4 deletions

View File

@@ -3216,7 +3216,7 @@
// Use software PWM to drive the fan, as for the heaters. This uses a very low frequency
// which is not as annoying as with the hardware PWM. On the other hand, if this frequency
// is too low, you should also increment SOFT_PWM_SCALE.
//#define FAN_SOFT_PWM
#define FAN_SOFT_PWM
// Incrementing this by 1 will double the software PWM frequency,
// affecting heaters, and the fan if FAN_SOFT_PWM is enabled.