Ver código fonte

Update pins.h

Michael Neumann 8 anos atrás
pai
commit
3890366c83
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3
    0
      Marlin/pins.h

+ 3
- 0
Marlin/pins.h Ver arquivo

@@ -133,6 +133,9 @@
133 133
   #include "pins_MEGATRONICS_2.h"
134 134
 #elif MB(MEGATRONICS_3)
135 135
   #include "pins_MEGATRONICS_3.h"
136
+#elif MB(MEGATRONICS_31)
137
+  #define MEGATRONICS_31
138
+  #include "pins_MEGATRONICS_3.h" 
136 139
 #elif MB(OMCA_A)
137 140
   #include "pins_OMCA_A.h"
138 141
 #elif MB(OMCA)

Carregando…
Cancelar
Salvar