Skip to content

Commit

Permalink
🐛 Fix MightyBoard Rev. E EX2, extra MOSFETs (#23976)
Browse files Browse the repository at this point in the history
  • Loading branch information
grauerfuchs authored and thinkyhead committed May 7, 2022
1 parent 7456fd6 commit b7b5cee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Marlin/src/pins/mega/pins_MIGHTYBOARD_REVE.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@

#define MOSFET_1_PIN 6 // Plug EX1 Pin 1-2 -> PH3 #15 -> Logical 06
#define MOSFET_2_PIN 7 // Plug EX1 Pin 3-4 -> PH4 #16 -> Logical 07
#define MOSFET_3_PIN 12 // Plug EX2 1-2 -> PB5 #25 -> Logical 12
#define MOSFET_4_PIN 11 // Plug EX2 3-4 -> PB6 #24 -> Logical 11
#define MOSFET_3_PIN 11 // Plug EX2 1-2 -> PB6 #24 -> Logical 11
#define MOSFET_4_PIN 12 // Plug EX2 3-4 -> PB5 #25 -> Logical 12
#define MOSFET_5_PIN 45 // Plug HBD 1-2 -> PL4 #39 -> Logical 45
#define MOSFET_6_PIN 13 // Plug Extra 1-2 -> PL5 #40 -> Logical 44 (FET not soldered in all boards)
#define MOSFET_6_PIN 44 // Plug Extra 1-2 -> PL5 #40 -> Logical 44 (FET not soldered in all boards)

//
// Heaters / Fans (24V)
Expand Down

0 comments on commit b7b5cee

Please sign in to comment.