Support for MKS v1.3/1.4 and Sainsmart RAMPS 1.4 variants

This commit is contained in:
Scott Lahteine
2016-04-01 16:33:02 -07:00
parent 2512d8fd5e
commit 1da9d10173
4 changed files with 77 additions and 0 deletions

View File

@ -149,6 +149,10 @@
#include "pins_99.h"
#elif MB(AJ4P)
#include "pins_AJ4P.h"
#elif MB(MKS_13)
#include "pins_MKS_13.h"
#elif MB(BOARD_SAINSMART_2IN1)
#include "pins_SAINSMART_2IN1.h"
#else
#error Unknown MOTHERBOARD value set in Configuration.h
#endif