Skip to content

Commit

Permalink
πŸ› Allow SKR Pro CONTROLLER_FAN_PIN override
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead authored and mh-dm committed May 15, 2022
1 parent 74ce4cd commit 3a3df09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/pins/stm32f4/pins_BTT_SKR_PRO_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
#define E0_AUTO_FAN_PIN FAN1_PIN
#endif

#if ENABLED(USE_CONTROLLER_FAN) && HOTENDS < 2
#if !defined(CONTROLLER_FAN_PIN) && ENABLED(USE_CONTROLLER_FAN) && HOTENDS < 2
#define CONTROLLER_FAN_PIN PE6 // Fan2
#else
#define FAN2_PIN PE6 // Fan2
Expand Down

0 comments on commit 3a3df09

Please sign in to comment.