Add support for BQ Prusa i3 "Hephestos"

This commit is contained in:
Scott Lahteine
2015-01-31 21:38:30 -08:00
parent 4f4cd7a2c0
commit 07639053fb
7 changed files with 1361 additions and 9 deletions

View File

@ -108,6 +108,8 @@
#include "pins_LEAPFROG.h"
#elif MB(WITBOX)
#include "pins_WITBOX.h"
#elif MB(HEPHESTOS)
#include "pins_HEPHESTOS.h"
#elif MB(99)
#include "pins_99.h"
#else