Tweak some pin errors
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
#if NOT_TARGET(__STM32F1__)
|
||||
#error "Oops! Select an STM32F1 board in 'Tools > Board.'"
|
||||
#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
|
||||
|
||||
#ifndef BOARD_INFO_NAME
|
||||
|
@ -26,7 +26,7 @@
|
||||
*/
|
||||
|
||||
#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
|
||||
|
||||
#ifndef BOARD_INFO_NAME
|
||||
|
@ -26,7 +26,7 @@
|
||||
*/
|
||||
|
||||
#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
|
||||
|
||||
#ifndef BOARD_INFO_NAME
|
||||
|
@ -28,12 +28,12 @@
|
||||
#if NOT_TARGET(__STM32F1__)
|
||||
#error "Oops! Select an STM32F1 board in 'Tools > Board.'"
|
||||
#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
|
||||
#error "MKS Robin e3p doesn't support FSMC-based TFT displays."
|
||||
#error "MKS Robin E3P doesn't support FSMC-based TFT displays."
|
||||
#endif
|
||||
|
||||
#define BOARD_INFO_NAME "MKS Robin e3p"
|
||||
#define BOARD_INFO_NAME "MKS Robin E3P"
|
||||
|
||||
#define BOARD_NO_NATIVE_USB
|
||||
|
||||
|
Reference in New Issue
Block a user