Skip to content

Commit

Permalink
🐛 Patch Creality RAMPS FET / FAN pins
Browse files Browse the repository at this point in the history
Improvement for multi-hotend setup by TH3D.
  • Loading branch information
thinkyhead committed Feb 17, 2022
1 parent 10c0b94 commit 7b25b9e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Marlin/src/pins/ramps/pins_RAMPS_CREALITY.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@
//
// Heaters / Fans
//

// Power outputs EFBF or EFBE
#define MOSFET_D_PIN 7
#define MOSFET_B_PIN 7 // For HEATER_1_PIN ("EEF" or "EEB")
#define FAN_PIN 9

#define FIL_RUNOUT_PIN 2
#if NUM_RUNOUT_SENSORS >= 2
Expand Down

0 comments on commit 7b25b9e

Please sign in to comment.