Ver código fonte

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

aegelsky 3 anos atrás
pai
commit
04ab653f5e
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 6 adições e 0 exclusões
  1. 6
    0
      Marlin/src/pins/ramps/pins_MKS_GEN_L.h

+ 6
- 0
Marlin/src/pins/ramps/pins_MKS_GEN_L.h Ver arquivo

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

Carregando…
Cancelar
Salvar