Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 08d10d9

Browse files
ellenspEvilGremlin
authored andcommittedApr 8, 2023
🐛 Fix MKS Gen L 2.1 MOSFET pins (MarlinFirmware#25542)
1 parent 563bdc0 commit 08d10d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎Marlin/src/pins/ramps/pins_MKS_GEN_L_V21.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
// Heaters / Fans
3939
//
4040
// Power outputs EFBF or EFBE
41-
#define MOSFET_D_PIN 7
41+
#define MOSFET_B_PIN 7
42+
#define FAN_PIN 9
4243

4344
//
4445
// CS Pins wired to avoid conflict with the LCD

0 commit comments

Comments
 (0)
Please sign in to comment.