Add support for Formbot T-Rex3

This commit is contained in:
Roxy-3D 2018-09-06 09:41:59 -05:00 committed by GitHub
parent 2a61c9a939
commit fe4fc2883b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,8 +132,10 @@
#include "pins_AZTEEG_X3_PRO.h" // ATmega2560 env:megaatmega2560
#elif MB(ULTIMAIN_2)
#include "pins_ULTIMAIN_2.h" // ATmega2560 env:megaatmega2560
#elif MB(FORMBOT)
#include "pins_FORMBOT.h" // ATmega2560 env:megaatmega2560
#elif MB(FORMBOT_TREX2)
#include "pins_FORMBOT_TREX2.h" // ATmega2560 env:megaatmega2560
#elif MB(FORMBOT_TREX3)
#include "pins_FORMBOT_TREX3.h" // ATmega2560 env:megaatmega2560
#elif MB(RUMBA)
#include "pins_RUMBA.h" // ATmega2560 env:megaatmega2560
#elif MB(BQ_ZUM_MEGA_3D)