Browse Source

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

aegelsky 2 years ago
parent
commit
04ab653f5e
No account linked to committer's email address
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      Marlin/src/pins/ramps/pins_MKS_GEN_L.h

+ 6
- 0
Marlin/src/pins/ramps/pins_MKS_GEN_L.h View File

@@ -37,6 +37,12 @@
37 37
 // Power outputs EFBF or EFBE
38 38
 #define MOSFET_D_PIN 7
39 39
 
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
+
40 46
 //
41 47
 // CS Pins wired to avoid conflict with the LCD
42 48
 // See https://www.thingiverse.com/asset:66604

Loading…
Cancel
Save