Browse Source
Update pins.h to include the Formbot board
pull/1/head
Roxy-3D
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
Marlin/src/pins/pins.h
|
|
@ -132,6 +132,8 @@ |
|
|
|
#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(RUMBA) |
|
|
|
#include "pins_RUMBA.h" // ATmega2560 env:megaatmega2560 |
|
|
|
#elif MB(BQ_ZUM_MEGA_3D) |
|
|
|