mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-01-06 06:37:43 -07:00
🐛 Fix MKS Gen. L - EEB (#23965)
This commit is contained in:
parent
f15b1c16c9
commit
04ab653f5e
1 changed files with 6 additions and 0 deletions
|
|
@ -37,6 +37,12 @@
|
|||
// Power outputs EFBF or EFBE
|
||||
#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
|
||||
// See https://www.thingiverse.com/asset:66604
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue