🐛 Fix MKS Gen. L - EEB (#23965)
This commit is contained in:
parent
5ee99dfc49
commit
bb0e0cf7f3
@ -37,6 +37,12 @@
|
|||||||
// Power outputs EFBF or EFBE
|
// Power outputs EFBF or EFBE
|
||||||
#define MOSFET_D_PIN 7
|
#define MOSFET_D_PIN 7
|
||||||
|
|
||||||
|
// Hotend, Hotend, Bed + Fan on D9
|
||||||
|
#if FET_ORDER_EEB
|
||||||
|
#define MOSFET_B_PIN 7
|
||||||
|
#define FAN_PIN 9
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// CS Pins wired to avoid conflict with the LCD
|
// CS Pins wired to avoid conflict with the LCD
|
||||||
// See https://www.thingiverse.com/asset:66604
|
// See https://www.thingiverse.com/asset:66604
|
||||||
|
Loading…
Reference in New Issue
Block a user