Browse Source

🐛 Patch Creality RAMPS FET / FAN pins

Improvement for multi-hotend setup by TH3D.
Scott Lahteine 3 years ago
parent
commit
7b25b9ec5b
1 changed files with 2 additions and 3 deletions
  1. 2
    3
      Marlin/src/pins/ramps/pins_RAMPS_CREALITY.h

+ 2
- 3
Marlin/src/pins/ramps/pins_RAMPS_CREALITY.h View File

30
 //
30
 //
31
 // Heaters / Fans
31
 // Heaters / Fans
32
 //
32
 //
33
-
34
-// Power outputs EFBF or EFBE
35
-#define MOSFET_D_PIN                           7
33
+#define MOSFET_B_PIN                           7  // For HEATER_1_PIN ("EEF" or "EEB")
34
+#define FAN_PIN                                9
36
 
35
 
37
 #define FIL_RUNOUT_PIN                         2
36
 #define FIL_RUNOUT_PIN                         2
38
 #if NUM_RUNOUT_SENSORS >= 2
37
 #if NUM_RUNOUT_SENSORS >= 2

Loading…
Cancel
Save