From c32d1b4a80dd49696498122f2afb656891500bcc Mon Sep 17 00:00:00 2001 From: David Ramiro Date: Thu, 17 Jan 2019 21:15:29 +0100 Subject: [PATCH] Move 5015 changes to pwm-fan branch Reverting software PWM and moving it to https://github.com/davidramiro/Marlin-AI3M/tree/pwm-fan --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index b8b01a5..75b7eb7 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1818,7 +1818,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.