Clean up pins self-checks

This commit is contained in:
Scott Lahteine
2019-07-14 15:34:01 -05:00
parent 77b4f23edc
commit fdaa374490
19 changed files with 25 additions and 63 deletions

View File

@ -27,9 +27,7 @@
#ifndef __AVR_ATmega2560__
#error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif
#if HOTENDS > 2 || E_STEPPERS > 2
#elif HOTENDS > 2 || E_STEPPERS > 2
#error "Mega Controller supports up to 2 hotends / E-steppers. Comment out this line to continue."
#endif

View File

@ -34,9 +34,7 @@
#ifndef __AVR_ATmega1281__
#error "Oops! Select 'Minitronics' in 'Tools > Board.'"
#endif
#if HOTENDS > 2 || E_STEPPERS > 2
#elif HOTENDS > 2 || E_STEPPERS > 2
#error "Minitronics supports up to 2 hotends / E-steppers. Comment out this line to continue."
#endif