Skip to content

Commit 7b25b9e

Browse files
committed
🐛 Patch Creality RAMPS FET / FAN pins
Improvement for multi-hotend setup by TH3D.
1 parent 10c0b94 commit 7b25b9e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Marlin/src/pins/ramps/pins_RAMPS_CREALITY.h

+2-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@
3030
//
3131
// Heaters / Fans
3232
//
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
3635

3736
#define FIL_RUNOUT_PIN 2
3837
#if NUM_RUNOUT_SENSORS >= 2

0 commit comments

Comments
 (0)