Patch pins files hotends/e-steppers sanity check

This commit is contained in:
Scott Lahteine
2017-04-06 17:15:09 -05:00
parent b23aef5b8d
commit edf18977c1
9 changed files with 18 additions and 18 deletions

View File

@ -24,8 +24,8 @@
* MKS BASE 1.0 Arduino Mega2560 with RAMPS v1.4 pin assignments
*/
#if HOTENDS > 2
#error "MKS BASE 1.0 supports up to 2 hotends. Comment this line to keep going."
#if HOTENDS > 2 || E_STEPPERS > 2
#error "MKS BASE 1.0 supports up to 2 hotends / E-steppers. Comment out this line to continue."
#endif
#define BOARD_NAME "MKS BASE 1.0"