Merge pull request #1546 from apollo-ng/pr-felix

Added support for Felix 2.0/3.0 printers
This commit is contained in:
Scott Lahteine
2015-03-15 07:52:22 -07:00
7 changed files with 2335 additions and 0 deletions

View File

@ -114,6 +114,8 @@
#include "pins_RAMPS_13.h"
#elif MB(BAM_DICE_DUE)
#include "pins_BAM_DICE_DUE.h"
#elif MB(FELIX2)
#include "pins_FELIX2.h"
#elif MB(99)
#include "pins_99.h"
#else
@ -187,3 +189,4 @@
#define HAS_DIGIPOTSS (DIGIPOTSS_PIN >= 0)
#endif //__PINS_H