Browse Source

🐛 Fix MKS Gen. L - EEB (#23965)

FB4S_WIFI
aegelsky 2 years ago
committed by Scott Lahteine
parent
commit
bb0e0cf7f3
  1. 6
      Marlin/src/pins/ramps/pins_MKS_GEN_L.h

6
Marlin/src/pins/ramps/pins_MKS_GEN_L.h

@ -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…
Cancel
Save