瀏覽代碼

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

aegelsky 2 年之前
父節點
當前提交
04ab653f5e
No account linked to committer's email address
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6
    0
      Marlin/src/pins/ramps/pins_MKS_GEN_L.h

+ 6
- 0
Marlin/src/pins/ramps/pins_MKS_GEN_L.h 查看文件

@@ -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…
取消
儲存