Update some pins errors
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
#if NOT_TARGET(STM32F4)
|
||||
#error "Oops! Select an STM32F4 board in 'Tools > Board.'"
|
||||
#elif HOTENDS > 1 || E_STEPPERS > 1
|
||||
#error "BIGTREE BTT002 V1.0 only supports one hotend / E-stepper."
|
||||
#error "BIGTREE BTT002 V1.0 only supports one hotend / E-stepper. Comment out this line to continue."
|
||||
#endif
|
||||
|
||||
#define BOARD_INFO_NAME "BTT BTT002 V1.0"
|
||||
|
@ -21,7 +21,7 @@
|
||||
#if NOT_TARGET(STM32F4, STM32F4xx)
|
||||
#error "Oops! Select an STM32F4 board in 'Tools > Board.'"
|
||||
#elif HOTENDS > 1 || E_STEPPERS > 1
|
||||
#error "LERDGE X only supports one hotend / E-steppers"
|
||||
#error "LERDGE X only supports one hotend / E-stepper. Comment out this line to continue."
|
||||
#endif
|
||||
|
||||
#define BOARD_INFO_NAME "Lerdge X"
|
||||
|
Reference in New Issue
Block a user