Add Selena Compact board (#9407)

5-axis, high performance, powerful board with Smoothieware opensource firmware. Designed for 3D printer, Laser cutter or CNC mill. Five changed independent drivers on board. Two extruders 3d printer support.
This commit is contained in:
Alexey Shvetsov
2018-02-04 12:15:09 +03:00
committed by Scott Lahteine
parent 786746404b
commit da3a0d619c
4 changed files with 119 additions and 0 deletions

View File

@ -341,6 +341,8 @@
#include "pins_BIQU_BQ111_A4.h"
#elif MB(THE_BORG)
#include "pins_THE_BORG.h"
#elif MB(SELENA_COMPACT)
#include "pins_SELENA_COMPACT.h"
#else
#error "Unknown MOTHERBOARD value set in Configuration.h"
#endif