Clean up pins self-checks
This commit is contained in:
@@ -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
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user