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