Mightyboard Revision E

This commit is contained in:
Scott Lahteine
2016-09-25 05:28:04 -05:00
parent 041d127cd3
commit c2f13be750
4 changed files with 213 additions and 1 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)