Patch pins files hotends/e-steppers sanity check
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
* FELIXprinters v2.0/3.0 (RAMPS v1.4) pin assignments
|
||||
*/
|
||||
|
||||
#if HOTENDS > 2
|
||||
#error "Felix 2.0+ supports up to 2 hotends. Comment this line to keep going."
|
||||
#if HOTENDS > 2 || E_STEPPERS > 2
|
||||
#error "Felix 2.0+ supports up to 2 hotends / E-steppers. Comment out this line to continue."
|
||||
#endif
|
||||
|
||||
#define BOARD_NAME "Felix 2.0+"
|
||||
|
Reference in New Issue
Block a user