Skip to content

Commit de00d1d

Browse files
committed
FAN_MIN_PWM 16, did not try lower, but already pretty slow/struggling
1 parent 20a69bb commit de00d1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Marlin/Configuration_adv.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -432,8 +432,8 @@
432432
*/
433433
// experimentally determined good values where fan turns on at 1% and reaches max rpm <= 100% (min/max):
434434
// stock fan with FAST_PWM_FAN: 1/13, removed PWM whine < 100%
435-
// #define FAN_MIN_PWM 128
436-
// #define FAN_MAX_PWM 255
435+
#define FAN_MIN_PWM 16
436+
#define FAN_MAX_PWM 255
437437

438438
/**
439439
* FAST PWM FAN Settings

0 commit comments

Comments
 (0)