Tweak some pin errors
This commit is contained in:
parent
3a396a25dc
commit
4f4843a845
@ -32,7 +32,7 @@
|
|||||||
#elif EXTRUDERS > 1 || E_STEPPERS > 1
|
#elif EXTRUDERS > 1 || E_STEPPERS > 1
|
||||||
#error "E4d@box only supports one E Stepper. Comment out this line to continue."
|
#error "E4d@box only supports one E Stepper. Comment out this line to continue."
|
||||||
#elif HOTENDS > 1
|
#elif HOTENDS > 1
|
||||||
#error "E4d@box currently supports only one hotend. Comment out this line to continue."
|
#error "E4d@box only supports one hotend / E-stepper. Comment out this line to continue."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define BOARD_INFO_NAME "E4D@BOX"
|
#define BOARD_INFO_NAME "E4D@BOX"
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
#elif EXTRUDERS > 1 || E_STEPPERS > 1
|
#elif EXTRUDERS > 1 || E_STEPPERS > 1
|
||||||
#error "FYSETC E4 only supports one E Stepper. Comment out this line to continue."
|
#error "FYSETC E4 only supports one E Stepper. Comment out this line to continue."
|
||||||
#elif HOTENDS > 1
|
#elif HOTENDS > 1
|
||||||
#error "FYSETC E4 currently supports only one hotend. Comment out this line to continue."
|
#error "FYSETC E4 only supports one hotend / E-stepper. Comment out this line to continue."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define BOARD_INFO_NAME "FYSETC_E4"
|
#define BOARD_INFO_NAME "FYSETC_E4"
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
#elif EXTRUDERS > 1 || E_STEPPERS > 1
|
#elif EXTRUDERS > 1 || E_STEPPERS > 1
|
||||||
#error "MRR ESPA only supports one E Stepper. Comment out this line to continue."
|
#error "MRR ESPA only supports one E Stepper. Comment out this line to continue."
|
||||||
#elif HOTENDS > 1
|
#elif HOTENDS > 1
|
||||||
#error "MRR ESPA currently supports only one hotend. Comment out this line to continue."
|
#error "MRR ESPA only supports one hotend / E-stepper. Comment out this line to continue."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define BOARD_INFO_NAME "MRR ESPA"
|
#define BOARD_INFO_NAME "MRR ESPA"
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#elif EXTRUDERS > 2 || E_STEPPERS > 2
|
#elif EXTRUDERS > 2 || E_STEPPERS > 2
|
||||||
#error "MRR ESPE only supports two E Steppers. Comment out this line to continue."
|
#error "MRR ESPE only supports two E Steppers. Comment out this line to continue."
|
||||||
#elif HOTENDS > 1
|
#elif HOTENDS > 1
|
||||||
#error "MRR ESPE currently supports only one hotend. Comment out this line to continue."
|
#error "MRR ESPE only supports one hotend / E-stepper. Comment out this line to continue."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define BOARD_INFO_NAME "MRR ESPE"
|
#define BOARD_INFO_NAME "MRR ESPE"
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
#if NOT_TARGET(__STM32F1__)
|
#if NOT_TARGET(__STM32F1__)
|
||||||
#error "Oops! Select an STM32F1 board in 'Tools > Board.'"
|
#error "Oops! Select an STM32F1 board in 'Tools > Board.'"
|
||||||
#elif HOTENDS > 1 || E_STEPPERS > 1
|
#elif HOTENDS > 1 || E_STEPPERS > 1
|
||||||
#error "CREALITY supports up to 1 hotends / E-steppers. Comment out this line to continue."
|
#error "Creality V4 only supports one hotend / E-stepper. Comment out this line to continue."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef BOARD_INFO_NAME
|
#ifndef BOARD_INFO_NAME
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#if HOTENDS > 1 || E_STEPPERS > 1
|
#if HOTENDS > 1 || E_STEPPERS > 1
|
||||||
#error "MKS Robin E3 supports up to 1 hotends / E-steppers. Comment out this line to continue."
|
#error "MKS Robin E3 only supports one hotend / E-stepper. Comment out this line to continue."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef BOARD_INFO_NAME
|
#ifndef BOARD_INFO_NAME
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#if HOTENDS > 1 || E_STEPPERS > 1
|
#if HOTENDS > 1 || E_STEPPERS > 1
|
||||||
#error "MKS Robin E3D supports up to 1 hotends / E-steppers. Comment out this line to continue."
|
#error "MKS Robin E3D only supports one hotend / E-stepper. Comment out this line to continue."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef BOARD_INFO_NAME
|
#ifndef BOARD_INFO_NAME
|
||||||
|
@ -28,12 +28,12 @@
|
|||||||
#if NOT_TARGET(__STM32F1__)
|
#if NOT_TARGET(__STM32F1__)
|
||||||
#error "Oops! Select an STM32F1 board in 'Tools > Board.'"
|
#error "Oops! Select an STM32F1 board in 'Tools > Board.'"
|
||||||
#elif HOTENDS > 1 || E_STEPPERS > 1
|
#elif HOTENDS > 1 || E_STEPPERS > 1
|
||||||
#error "MKS Robin e3p supports up to 1 hotends / E-steppers. Comment out this line to continue."
|
#error "MKS Robin E3P only supports one hotend / E-stepper. Comment out this line to continue."
|
||||||
#elif HAS_FSMC_TFT
|
#elif HAS_FSMC_TFT
|
||||||
#error "MKS Robin e3p doesn't support FSMC-based TFT displays."
|
#error "MKS Robin E3P doesn't support FSMC-based TFT displays."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define BOARD_INFO_NAME "MKS Robin e3p"
|
#define BOARD_INFO_NAME "MKS Robin E3P"
|
||||||
|
|
||||||
#define BOARD_NO_NATIVE_USB
|
#define BOARD_NO_NATIVE_USB
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
#if NOT_TARGET(STM32F4)
|
#if NOT_TARGET(STM32F4)
|
||||||
#error "Oops! Select an STM32F4 board in 'Tools > Board.'"
|
#error "Oops! Select an STM32F4 board in 'Tools > Board.'"
|
||||||
#elif HOTENDS > 1 || E_STEPPERS > 1
|
#elif HOTENDS > 1 || E_STEPPERS > 1
|
||||||
#error "BIGTREE BTT002 V1.0 supports up to 1 hotends / E-steppers."
|
#error "BIGTREE BTT002 V1.0 only supports one hotend / E-stepper."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define BOARD_INFO_NAME "BTT BTT002 V1.0"
|
#define BOARD_INFO_NAME "BTT BTT002 V1.0"
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
#if NOT_TARGET(STM32F4, STM32F4xx)
|
#if NOT_TARGET(STM32F4, STM32F4xx)
|
||||||
#error "Oops! Select an STM32F4 board in 'Tools > Board.'"
|
#error "Oops! Select an STM32F4 board in 'Tools > Board.'"
|
||||||
#elif HOTENDS > 1 || E_STEPPERS > 1
|
#elif HOTENDS > 1 || E_STEPPERS > 1
|
||||||
#error "LERDGE X supports only one hotend / E-steppers"
|
#error "LERDGE X only supports one hotend / E-steppers"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define BOARD_INFO_NAME "Lerdge X"
|
#define BOARD_INFO_NAME "Lerdge X"
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HOTENDS > 1 || E_STEPPERS > 1
|
#if HOTENDS > 1 || E_STEPPERS > 1
|
||||||
#error "RemRam supports only one hotend / E-stepper."
|
#error "RemRam only supports one hotend / E-stepper."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user