Browse Source

Tweak some pin errors

Scott Lahteine 4 years ago
parent
commit
4f4843a845

+ 1
- 1
Marlin/src/pins/esp32/pins_E4D.h View File

@@ -32,7 +32,7 @@
32 32
 #elif EXTRUDERS > 1 || E_STEPPERS > 1
33 33
   #error "E4d@box only supports one E Stepper. Comment out this line to continue."
34 34
 #elif HOTENDS > 1
35
-  #error "E4d@box currently supports only one hotend. Comment out this line to continue."
35
+  #error "E4d@box only supports one hotend / E-stepper. Comment out this line to continue."
36 36
 #endif
37 37
 
38 38
 #define BOARD_INFO_NAME       "E4D@BOX"

+ 1
- 1
Marlin/src/pins/esp32/pins_FYSETC_E4.h View File

@@ -32,7 +32,7 @@
32 32
 #elif EXTRUDERS > 1 || E_STEPPERS > 1
33 33
   #error "FYSETC E4 only supports one E Stepper. Comment out this line to continue."
34 34
 #elif HOTENDS > 1
35
-  #error "FYSETC E4 currently supports only one hotend. Comment out this line to continue."
35
+  #error "FYSETC E4 only supports one hotend / E-stepper. Comment out this line to continue."
36 36
 #endif
37 37
 
38 38
 #define BOARD_INFO_NAME       "FYSETC_E4"

+ 1
- 1
Marlin/src/pins/esp32/pins_MRR_ESPA.h View File

@@ -32,7 +32,7 @@
32 32
 #elif EXTRUDERS > 1 || E_STEPPERS > 1
33 33
   #error "MRR ESPA only supports one E Stepper. Comment out this line to continue."
34 34
 #elif HOTENDS > 1
35
-  #error "MRR ESPA currently supports only one hotend. Comment out this line to continue."
35
+  #error "MRR ESPA only supports one hotend / E-stepper. Comment out this line to continue."
36 36
 #endif
37 37
 
38 38
 #define BOARD_INFO_NAME       "MRR ESPA"

+ 1
- 1
Marlin/src/pins/esp32/pins_MRR_ESPE.h View File

@@ -33,7 +33,7 @@
33 33
 #elif EXTRUDERS > 2 || E_STEPPERS > 2
34 34
   #error "MRR ESPE only supports two E Steppers. Comment out this line to continue."
35 35
 #elif HOTENDS > 1
36
-  #error "MRR ESPE currently supports only one hotend. Comment out this line to continue."
36
+  #error "MRR ESPE only supports one hotend / E-stepper. Comment out this line to continue."
37 37
 #endif
38 38
 
39 39
 #define BOARD_INFO_NAME      "MRR ESPE"

+ 1
- 1
Marlin/src/pins/stm32f1/pins_CREALITY_V4.h View File

@@ -27,7 +27,7 @@
27 27
 #if NOT_TARGET(__STM32F1__)
28 28
   #error "Oops! Select an STM32F1 board in 'Tools > Board.'"
29 29
 #elif HOTENDS > 1 || E_STEPPERS > 1
30
-  #error "CREALITY supports up to 1 hotends / E-steppers. Comment out this line to continue."
30
+  #error "Creality V4 only supports one hotend / E-stepper. Comment out this line to continue."
31 31
 #endif
32 32
 
33 33
 #ifndef BOARD_INFO_NAME

+ 1
- 1
Marlin/src/pins/stm32f1/pins_MKS_ROBIN_E3.h View File

@@ -26,7 +26,7 @@
26 26
  */
27 27
 
28 28
 #if HOTENDS > 1 || E_STEPPERS > 1
29
-  #error "MKS Robin E3 supports up to 1 hotends / E-steppers. Comment out this line to continue."
29
+  #error "MKS Robin E3 only supports one hotend / E-stepper. Comment out this line to continue."
30 30
 #endif
31 31
 
32 32
 #ifndef BOARD_INFO_NAME

+ 1
- 1
Marlin/src/pins/stm32f1/pins_MKS_ROBIN_E3D.h View File

@@ -26,7 +26,7 @@
26 26
  */
27 27
 
28 28
 #if HOTENDS > 1 || E_STEPPERS > 1
29
-  #error "MKS Robin E3D supports up to 1 hotends / E-steppers. Comment out this line to continue."
29
+  #error "MKS Robin E3D only supports one hotend / E-stepper. Comment out this line to continue."
30 30
 #endif
31 31
 
32 32
 #ifndef BOARD_INFO_NAME

+ 3
- 3
Marlin/src/pins/stm32f1/pins_MKS_ROBIN_E3P.h View File

@@ -28,12 +28,12 @@
28 28
 #if NOT_TARGET(__STM32F1__)
29 29
   #error "Oops! Select an STM32F1 board in 'Tools > Board.'"
30 30
 #elif HOTENDS > 1 || E_STEPPERS > 1
31
-  #error "MKS Robin e3p supports up to 1 hotends / E-steppers. Comment out this line to continue."
31
+  #error "MKS Robin E3P only supports one hotend / E-stepper. Comment out this line to continue."
32 32
 #elif HAS_FSMC_TFT
33
-  #error "MKS Robin e3p doesn't support FSMC-based TFT displays."
33
+  #error "MKS Robin E3P doesn't support FSMC-based TFT displays."
34 34
 #endif
35 35
 
36
-#define BOARD_INFO_NAME "MKS Robin e3p"
36
+#define BOARD_INFO_NAME "MKS Robin E3P"
37 37
 
38 38
 #define BOARD_NO_NATIVE_USB
39 39
 

+ 1
- 1
Marlin/src/pins/stm32f4/pins_BTT_BTT002_V1_0.h View File

@@ -24,7 +24,7 @@
24 24
 #if NOT_TARGET(STM32F4)
25 25
   #error "Oops! Select an STM32F4 board in 'Tools > Board.'"
26 26
 #elif HOTENDS > 1 || E_STEPPERS > 1
27
-  #error "BIGTREE BTT002 V1.0 supports up to 1 hotends / E-steppers."
27
+  #error "BIGTREE BTT002 V1.0 only supports one hotend / E-stepper."
28 28
 #endif
29 29
 
30 30
 #define BOARD_INFO_NAME "BTT BTT002 V1.0"

+ 1
- 1
Marlin/src/pins/stm32f4/pins_LERDGE_X.h View File

@@ -21,7 +21,7 @@
21 21
 #if NOT_TARGET(STM32F4, STM32F4xx)
22 22
   #error "Oops! Select an STM32F4 board in 'Tools > Board.'"
23 23
 #elif HOTENDS > 1 || E_STEPPERS > 1
24
-  #error "LERDGE X supports only one hotend / E-steppers"
24
+  #error "LERDGE X only supports one hotend / E-steppers"
25 25
 #endif
26 26
 
27 27
 #define BOARD_INFO_NAME      "Lerdge X"

+ 1
- 1
Marlin/src/pins/stm32f7/pins_REMRAM_V1.h View File

@@ -33,7 +33,7 @@
33 33
 #endif
34 34
 
35 35
 #if HOTENDS > 1 || E_STEPPERS > 1
36
-  #error "RemRam supports only one hotend / E-stepper."
36
+  #error "RemRam only supports one hotend / E-stepper."
37 37
 #endif
38 38
 
39 39
 //

Loading…
Cancel
Save