From 54bdddbd20e8451f4fb8144d77b3e8ecdbd26494 Mon Sep 17 00:00:00 2001 From: David Ramiro Date: Wed, 16 Jan 2019 21:18:29 +0100 Subject: [PATCH] Fix 5015 fan issue Addressing issue #3 --- Marlin/Configuration.h | 2 +- Marlin/Version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 1737dcf07d88..f6712b893772 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1827,7 +1827,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. diff --git a/Marlin/Version.h b/Marlin/Version.h index 589455d5360a..220ac5263eea 100644 --- a/Marlin/Version.h +++ b/Marlin/Version.h @@ -48,7 +48,7 @@ * here we define this default string as the date where the latest release * version was tagged. */ - #define STRING_DISTRIBUTION_DATE "2019-01-10" + #define STRING_DISTRIBUTION_DATE "2019-01-16" /** * Required minimum Configuration.h and Configuration_adv.h file versions.