Browse Source

SKR E3 Turbo Controller Fan (#20320)

Alexander D. Kanevskiy 4 years ago
parent
commit
39abda8743
No account linked to committer's email address
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      Marlin/src/pins/lpc1769/pins_BTT_SKR_E3_TURBO.h

+ 4
- 0
Marlin/src/pins/lpc1769/pins_BTT_SKR_E3_TURBO.h View File

173
 #define FAN_PIN                            P2_01
173
 #define FAN_PIN                            P2_01
174
 #define FAN1_PIN                           P2_02
174
 #define FAN1_PIN                           P2_02
175
 
175
 
176
+#ifndef CONTROLLER_FAN_PIN
177
+  #define CONTROLLER_FAN_PIN               FAN1_PIN
178
+#endif
179
+
176
 /**
180
 /**
177
  *                  _____
181
  *                  _____
178
  *              5V | 1 2 | GND
182
  *              5V | 1 2 | GND

Loading…
Cancel
Save