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

@@ -23,6 +23,8 @@
#if !defined(STM32F7)
#error "Oops! Select an STM32F7 board in 'Tools > Board.'"
#elif HOTENDS > 3 || E_STEPPERS > 3
#error "The-Borg supports up to 3 hotends / E-steppers."
#endif
#define BOARD_NAME "The-Borge"
@@ -33,10 +35,6 @@
// Ignore temp readings during development.
//#define BOGUS_TEMPERATURE_GRACE_PERIOD 2000
#if HOTENDS > 3 || E_STEPPERS > 3
#error "The-Borg supports up to 3 hotends / E-steppers."
#endif
//
// Limit Switches
//