Browse Source

Update pins.h

Michael Neumann 8 years ago
parent
commit
3890366c83
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      Marlin/pins.h

+ 3
- 0
Marlin/pins.h View File

@@ -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)

Loading…
Cancel
Save