Skip to content

Commit

Permalink
🐛 Fix MKS Gen-L MOSFETs (MarlinFirmware#25717)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nomis-97 authored Apr 22, 2023
1 parent 4233e48 commit 726de7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Marlin/src/pins/ramps/pins_MKS_GEN_L.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
// Heaters / Fans
//

#define MOSFET_A_PIN 9 // HE0
#define MOSFET_B_PIN 8 // HE1
#define MOSFET_C_PIN 10 // HBED
#define FAN0_PIN 7
#define MOSFET_A_PIN 10 // HE0
#define MOSFET_B_PIN 7 // HE1 or FAN Hotend Cooling
#define MOSFET_C_PIN 8 // HBED
#define FAN0_PIN 9 // FAN Part Cooling

//
// CS Pins wired to avoid conflict with the LCD
Expand Down

0 comments on commit 726de7e

Please sign in to comment.