From 6a5a973a45d00523e3a2143697fd5bfc42b8eb0a Mon Sep 17 00:00:00 2001 From: grauerfuchs <42082416+grauerfuchs@users.noreply.github.com> Date: Wed, 10 Nov 2021 10:32:39 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20Flashforge=20Creator=20Pro?= =?UTF-8?q?=20auto=20fans=20(#609)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/examples/FlashForge/CreatorPro/Configuration_adv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/examples/FlashForge/CreatorPro/Configuration_adv.h b/config/examples/FlashForge/CreatorPro/Configuration_adv.h index e0008dc1fd..e6bf57b7fe 100644 --- a/config/examples/FlashForge/CreatorPro/Configuration_adv.h +++ b/config/examples/FlashForge/CreatorPro/Configuration_adv.h @@ -584,8 +584,8 @@ * Multiple extruders can be assigned to the same pin in which case * the fan will turn on when any selected extruder is above the threshold. */ -#define E0_AUTO_FAN_PIN EX1_FAN_PIN -#define E1_AUTO_FAN_PIN EX2_FAN_PIN +#define E0_AUTO_FAN_PIN 7 // (i.e., EX1_FAN_PIN) +#define E1_AUTO_FAN_PIN 12 // (i.e., EX2_FAN_PIN) #define E2_AUTO_FAN_PIN -1 #define E3_AUTO_FAN_PIN -1 #define E4_AUTO_FAN_PIN -1