Sfoglia il codice sorgente

Update some pins errors

Scott Lahteine 3 anni fa
parent
commit
7243ea549d

+ 1
- 1
Marlin/src/pins/ramps/pins_LONGER3D_LKx_PRO.h Vedi File

@@ -28,7 +28,7 @@
28 28
 #if NOT_TARGET(__AVR_ATmega2560__)
29 29
   #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
30 30
 #elif HOTENDS > 1 || E_STEPPERS > 1
31
-  #error "Longer3D LGT KIT V1.0 board only supports 1 hotend / E-stepper. Comment out this line to continue."
31
+  #error "Longer3D LGT KIT V1.0 board only supports one hotend / E-stepper. Comment out this line to continue."
32 32
 #endif
33 33
 
34 34
 #if SERIAL_PORT == 1 || SERIAL_PORT_2 == 1

+ 1
- 1
Marlin/src/pins/ramps/pins_RAMPS_ENDER_4.h Vedi File

@@ -22,7 +22,7 @@
22 22
 #pragma once
23 23
 
24 24
 #if HOTENDS > 1 || E_STEPPERS > 1
25
-  #error "Ender-4 supports only 1 hotend / E-stepper. Comment out this line to continue."
25
+  #error "Ender-4 only supports one hotend / E-stepper. Comment out this line to continue."
26 26
 #endif
27 27
 
28 28
 #define BOARD_INFO_NAME "Ender-4"

+ 1
- 1
Marlin/src/pins/stm32f1/pins_CCROBOT_MEEB_3DP.h Vedi File

@@ -24,7 +24,7 @@
24 24
 #if NOT_TARGET(TARGET_STM32F1)
25 25
   #error "Oops! Select an STM32F1 board in 'Tools > Board.'"
26 26
 #elif HOTENDS > 1 || E_STEPPERS > 1
27
-  #error "CCROBOT-ONLINE MEEB_3DP only supports 1 hotend / E-stepper. Comment out this line to continue."
27
+  #error "CCROBOT-ONLINE MEEB_3DP only supports one hotend / E-stepper. Comment out this line to continue."
28 28
 #endif
29 29
 
30 30
 // https://github.com/ccrobot-online/MEEB_3DP

+ 1
- 1
Marlin/src/pins/stm32f1/pins_FLSUN_HISPEED.h Vedi File

@@ -32,7 +32,7 @@
32 32
 #if NOT_TARGET(__STM32F1__, STM32F1xx)
33 33
   #error "Oops! Select an STM32F1 board in 'Tools > Board.'"
34 34
 #elif HOTENDS > 1 || E_STEPPERS > 1
35
-  #error "FLSUN HiSpeedV1 supports 1 hotend / E-stepper. Comment out this line to continue."
35
+  #error "FLSUN HiSpeedV1 only supports one hotend / E-stepper. Comment out this line to continue."
36 36
 #endif
37 37
 
38 38
 #define BOARD_INFO_NAME      "FLSun HiSpeedV1"

+ 2
- 2
Marlin/src/pins/stm32f1/pins_JGAURORA_A5S_A1.h Vedi File

@@ -31,10 +31,10 @@
31 31
 #if NOT_TARGET(__STM32F1__)
32 32
   #error "Oops! Select an STM32F1 board in 'Tools > Board.'"
33 33
 #elif HOTENDS > 1 || E_STEPPERS > 1
34
-  #error "JGAurora 32-bit board only supports 1 hotend / E-stepper. Comment out this line to continue."
34
+  #error "JGAurora A5S A1 only supports one hotend / E-stepper. Comment out this line to continue."
35 35
 #endif
36 36
 
37
-#define BOARD_INFO_NAME "JGAurora A5S A1 board"
37
+#define BOARD_INFO_NAME "JGAurora A5S A1"
38 38
 
39 39
 #define BOARD_NO_NATIVE_USB
40 40
 

+ 1
- 1
Marlin/src/pins/stm32f1/pins_LONGER3D_LK.h Vedi File

@@ -25,7 +25,7 @@
25 25
 #if NOT_TARGET(__STM32F1__, STM32F1xx)
26 26
   #error "Oops! Select a STM32F1 board in 'Tools > Board.'"
27 27
 #elif HOTENDS > 1 || E_STEPPERS > 1
28
-  #error "Longer3D board only supports 1 hotend / E-stepper. Comment out this line to continue."
28
+  #error "Longer3D only supports one hotend / E-stepper. Comment out this line to continue."
29 29
 #endif
30 30
 
31 31
 #define BOARD_INFO_NAME "Longer3D"

+ 1
- 1
Marlin/src/pins/stm32f1/pins_MKS_ROBIN_LITE.h Vedi File

@@ -24,7 +24,7 @@
24 24
 #if NOT_TARGET(__STM32F1__)
25 25
   #error "Oops! Select an STM32F1 board in 'Tools > Board.'"
26 26
 #elif HOTENDS > 1 || E_STEPPERS > 1
27
-  #error "MKS Robin Lite supports only 1 hotend / E-stepper. Comment out this line to continue."
27
+  #error "MKS Robin Lite only supports one hotend / E-stepper. Comment out this line to continue."
28 28
 #endif
29 29
 
30 30
 #ifndef BOARD_INFO_NAME

+ 1
- 1
Marlin/src/pins/stm32f1/pins_MKS_ROBIN_MINI.h Vedi File

@@ -28,7 +28,7 @@
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 mini only supports 1 hotend / E-stepper. Comment out this line to continue."
31
+  #error "MKS Robin mini only supports one hotend / E-stepper. Comment out this line to continue."
32 32
 #endif
33 33
 
34 34
 #define BOARD_INFO_NAME "MKS Robin Mini"

+ 1
- 1
Marlin/src/pins/stm32f4/pins_BTT_BTT002_V1_0.h Vedi 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 only supports one hotend / E-stepper."
27
+  #error "BIGTREE BTT002 V1.0 only supports one hotend / E-stepper. Comment out this line to continue."
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 Vedi 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 only supports one hotend / E-steppers"
24
+  #error "LERDGE X only supports one hotend / E-stepper. Comment out this line to continue."
25 25
 #endif
26 26
 
27 27
 #define BOARD_INFO_NAME      "Lerdge X"

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

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

Loading…
Annulla
Salva