mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-31 14:12:52 +00:00
🐛 Fix MKS Gen-L MOSFETs (#25717)
This commit is contained in:
parent
4233e4864f
commit
726de7e821
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue