0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-19 16:16:13 +00:00

🐛 Allow SKR Pro CONTROLLER_FAN_PIN override

Followup to #22411
This commit is contained in:
Scott Lahteine 2021-08-03 18:29:20 -05:00
parent 444992c12f
commit 6a25e4e56f

View file

@ -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