🐛 Anycubic Chiron needs FAN_SOFT_PWM (#695)

This commit is contained in:
Nick 2022-03-10 23:11:27 +00:00 committed by GitHub
parent b9301a937b
commit c4c387fa1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2879,7 +2879,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.