Browse Source

Add support for Formbot T-Rex3

Roxy-3D 6 years ago
parent
commit
fe4fc2883b
No account linked to committer's email address
1 changed files with 4 additions and 2 deletions
  1. 4
    2
      Marlin/src/pins/pins.h

+ 4
- 2
Marlin/src/pins/pins.h View File

@@ -132,8 +132,10 @@
132 132
   #include "pins_AZTEEG_X3_PRO.h"     // ATmega2560                                 env:megaatmega2560
133 133
 #elif MB(ULTIMAIN_2)
134 134
   #include "pins_ULTIMAIN_2.h"        // ATmega2560                                 env:megaatmega2560
135
-#elif MB(FORMBOT)
136
-  #include "pins_FORMBOT.h"           // ATmega2560                                 env:megaatmega2560
135
+#elif MB(FORMBOT_TREX2)
136
+  #include "pins_FORMBOT_TREX2.h"     // ATmega2560                                 env:megaatmega2560
137
+#elif MB(FORMBOT_TREX3)
138
+  #include "pins_FORMBOT_TREX3.h"     // ATmega2560                                 env:megaatmega2560
137 139
 #elif MB(RUMBA)
138 140
   #include "pins_RUMBA.h"             // ATmega2560                                 env:megaatmega2560
139 141
 #elif MB(BQ_ZUM_MEGA_3D)

Loading…
Cancel
Save