Adjust FAST_PWM_FAN

MarlinFirmware/Marlin#23331
This commit is contained in:
Scott Lahteine 2021-12-23 00:31:14 -06:00
parent 1805bb3663
commit a24a1d791d
565 changed files with 5380 additions and 3309 deletions

View file

@ -2866,9 +2866,6 @@
// :[1,2,3,4,5,6,7,8]
//#define NUM_M106_FANS 1
// Increase the FAN PWM frequency. Removes the PWM noise but increases heating in the FET/Arduino
//#define FAST_PWM_FAN
// 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.