Patch pins files hotends/e-steppers sanity check
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
#error "Oops! Make sure you have 'Minitronics' selected from the 'Tools -> Boards' menu."
|
||||
#endif
|
||||
|
||||
#if HOTENDS > 2
|
||||
#error "Minitronics supports up to 2 hotends. Comment this line to keep going."
|
||||
#if HOTENDS > 2 || E_STEPPERS > 2
|
||||
#error "Minitronics supports up to 2 hotends / E-steppers. Comment out this line to continue."
|
||||
#endif
|
||||
|
||||
#define BOARD_NAME "Minitronics v1.0 / v1.1"
|
||||
|
Reference in New Issue
Block a user