Add MKS Base 1.6 board (#16783)

This commit is contained in:
thisiskeithb
2020-02-04 21:21:05 -08:00
committed by GitHub
parent 0ebd2f44d4
commit 9b4192cdd0
7 changed files with 149 additions and 85 deletions

View File

@@ -25,6 +25,12 @@
* MKS BASE v1.5 with A4982 stepper drivers and digital micro-stepping
*/
#if HOTENDS > 2 || E_STEPPERS > 2
#error "MKS BASE 1.5 only supports up to 2 hotends / E-steppers. Comment out this line to continue."
#endif
#define BOARD_INFO_NAME "MKS BASE 1.5"
#include "pins_MKS_BASE.h"
/**