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