Skip to content

Commit

Permalink
πŸ› Anycubic Chiron needs FAN_SOFT_PWM (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiftNick authored Mar 10, 2022
1 parent b9301a9 commit c4c387f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/examples/AnyCubic/Chiron/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c4c387f

Please sign in to comment.