Browse Source

Increase fan soft PWM frequency

Kevin Lee 4 years ago
parent
commit
acb1c405a1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Firmware/Configuration.h

+ 1 - 1
Firmware/Configuration.h

@@ -487,7 +487,7 @@ your extruder heater takes 2 minutes to hit the target on heating.
 // which is not ass 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_BITS 4 //PWM bit resolution = 4bits, freq = 62.5Hz
+#define FAN_SOFT_PWM_BITS 5 //PWM bit resolution = 4bits, freq = 62.5Hz
 
 // Bed soft pwm
 #define HEATER_BED_SOFT_PWM_BITS 5 //PWM bit resolution = 5bits, freq = 31.25Hz