Tweak some pin errors

This commit is contained in:
Scott Lahteine
2020-11-26 01:08:12 -06:00
parent 3a396a25dc
commit 4f4843a845
11 changed files with 13 additions and 13 deletions

View File

@ -32,7 +32,7 @@
#elif EXTRUDERS > 1 || E_STEPPERS > 1
#error "E4d@box only supports one E Stepper. Comment out this line to continue."
#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
#define BOARD_INFO_NAME "E4D@BOX"

View File

@ -32,7 +32,7 @@
#elif EXTRUDERS > 1 || E_STEPPERS > 1
#error "FYSETC E4 only supports one E Stepper. Comment out this line to continue."
#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
#define BOARD_INFO_NAME "FYSETC_E4"

View File

@ -32,7 +32,7 @@
#elif EXTRUDERS > 1 || E_STEPPERS > 1
#error "MRR ESPA only supports one E Stepper. Comment out this line to continue."
#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
#define BOARD_INFO_NAME "MRR ESPA"

View File

@ -33,7 +33,7 @@
#elif EXTRUDERS > 2 || E_STEPPERS > 2
#error "MRR ESPE only supports two E Steppers. Comment out this line to continue."
#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
#define BOARD_INFO_NAME "MRR ESPE"