Skip to content

Commit 8d31429

Browse files
ellenspthinkyhead
authored andcommitted
🐛 Fix MKS Gen L 2.1 MOSFET pins (#25542)
1 parent de4452f commit 8d31429

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

Lines changed: 2 additions & 1 deletion
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)