Skip to content

Commit

Permalink
FAN_MIN_PWM 16, did not try lower, but already pretty slow/struggling
Browse files Browse the repository at this point in the history
  • Loading branch information
vogler committed Dec 17, 2020
1 parent 20a69bb commit de00d1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,8 @@
*/
// experimentally determined good values where fan turns on at 1% and reaches max rpm <= 100% (min/max):
// stock fan with FAST_PWM_FAN: 1/13, removed PWM whine < 100%
// #define FAN_MIN_PWM 128
// #define FAN_MAX_PWM 255
#define FAN_MIN_PWM 16
#define FAN_MAX_PWM 255

/**
* FAST PWM FAN Settings
Expand Down

0 comments on commit de00d1d

Please sign in to comment.