Skip to content

Commit ac57126

Browse files
ellenspTracy Spiva
authored and
Tracy Spiva
committed
🐛 Fix MKS Gen L 2.1 MOSFET pins (MarlinFirmware#25542)
1 parent 787a350 commit ac57126

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)