Merge pull request #4894 from thinkyhead/rc_mightyboard_rev_e

Mightyboard Revision E preliminary support
This commit is contained in:
Scott Lahteine
2016-10-31 08:01:41 -05:00
committed by GitHub
5 changed files with 213 additions and 13 deletions

View File

@ -39,6 +39,8 @@
#include "pins_CHEAPTRONIC.h"
#elif MB(SETHI)
#include "pins_SETHI.h"
#elif MB(MIGHTYBOARD_REVE)
#include "pins_MIGHTYBOARD_REVE.h"
#elif MB(RAMPS_OLD)
#include "pins_RAMPS_OLD.h"
#elif MB(RAMPS_13_EFB)