Skip to content

Commit 04ab653

Browse files
authored
🐛 Fix MKS Gen. L - EEB (MarlinFirmware#23965)
1 parent f15b1c1 commit 04ab653

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Marlin/src/pins/ramps/pins_MKS_GEN_L.h

+6
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@
3737
// Power outputs EFBF or EFBE
3838
#define MOSFET_D_PIN 7
3939

40+
// Hotend, Hotend, Bed + Fan on D9
41+
#if FET_ORDER_EEB
42+
#define MOSFET_B_PIN 7
43+
#define FAN_PIN 9
44+
#endif
45+
4046
//
4147
// CS Pins wired to avoid conflict with the LCD
4248
// See https://www.thingiverse.com/asset:66604

0 commit comments

Comments
 (0)