Added support for Felix 2.0/3.0 printers

This commit is contained in:
chrono
2015-03-01 09:16:55 +00:00
parent b869476e99
commit 2e172f38bd
3 changed files with 117 additions and 0 deletions

View File

@ -52,9 +52,11 @@
#define BOARD_HEPHESTOS 42 // bq Prusa i3 Hephestos
#define BOARD_BAM_DICE 401 // 2PrintBeta BAM&DICE with STK drivers
#define BOARD_BAM_DICE_DUE 402 // 2PrintBeta BAM&DICE Due with STK drivers
#define BOARD_FELIX2 101 // Felix 2.0+ Electronics
#define BOARD_99 99 // This is in pins.h but...?
#define MB(board) (MOTHERBOARD==BOARD_##board)
#endif //__BOARDS_H