Browse Source

Update some pins errors

Scott Lahteine 4 years ago
parent
commit
7243ea549d

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

28
 #if NOT_TARGET(__AVR_ATmega2560__)
28
 #if NOT_TARGET(__AVR_ATmega2560__)
29
   #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
29
   #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
30
 #elif HOTENDS > 1 || E_STEPPERS > 1
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
 #endif
32
 #endif
33
 
33
 
34
 #if SERIAL_PORT == 1 || SERIAL_PORT_2 == 1
34
 #if SERIAL_PORT == 1 || SERIAL_PORT_2 == 1

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

22
 #pragma once
22
 #pragma once
23
 
23
 
24
 #if HOTENDS > 1 || E_STEPPERS > 1
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
 #endif
26
 #endif
27
 
27
 
28
 #define BOARD_INFO_NAME "Ender-4"
28
 #define BOARD_INFO_NAME "Ender-4"

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

24
 #if NOT_TARGET(TARGET_STM32F1)
24
 #if NOT_TARGET(TARGET_STM32F1)
25
   #error "Oops! Select an STM32F1 board in 'Tools > Board.'"
25
   #error "Oops! Select an STM32F1 board in 'Tools > Board.'"
26
 #elif HOTENDS > 1 || E_STEPPERS > 1
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
 #endif
28
 #endif
29
 
29
 
30
 // https://github.com/ccrobot-online/MEEB_3DP
30
 // https://github.com/ccrobot-online/MEEB_3DP

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

32
 #if NOT_TARGET(__STM32F1__, STM32F1xx)
32
 #if NOT_TARGET(__STM32F1__, STM32F1xx)
33
   #error "Oops! Select an STM32F1 board in 'Tools > Board.'"
33
   #error "Oops! Select an STM32F1 board in 'Tools > Board.'"
34
 #elif HOTENDS > 1 || E_STEPPERS > 1
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
 #endif
36
 #endif
37
 
37
 
38
 #define BOARD_INFO_NAME      "FLSun HiSpeedV1"
38
 #define BOARD_INFO_NAME      "FLSun HiSpeedV1"

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

31
 #if NOT_TARGET(__STM32F1__)
31
 #if NOT_TARGET(__STM32F1__)
32
   #error "Oops! Select an STM32F1 board in 'Tools > Board.'"
32
   #error "Oops! Select an STM32F1 board in 'Tools > Board.'"
33
 #elif HOTENDS > 1 || E_STEPPERS > 1
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
 #endif
35
 #endif
36
 
36
 
37
-#define BOARD_INFO_NAME "JGAurora A5S A1 board"
37
+#define BOARD_INFO_NAME "JGAurora A5S A1"
38
 
38
 
39
 #define BOARD_NO_NATIVE_USB
39
 #define BOARD_NO_NATIVE_USB
40
 
40
 

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

25
 #if NOT_TARGET(__STM32F1__, STM32F1xx)
25
 #if NOT_TARGET(__STM32F1__, STM32F1xx)
26
   #error "Oops! Select a STM32F1 board in 'Tools > Board.'"
26
   #error "Oops! Select a STM32F1 board in 'Tools > Board.'"
27
 #elif HOTENDS > 1 || E_STEPPERS > 1
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
 #endif
29
 #endif
30
 
30
 
31
 #define BOARD_INFO_NAME "Longer3D"
31
 #define BOARD_INFO_NAME "Longer3D"

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

24
 #if NOT_TARGET(__STM32F1__)
24
 #if NOT_TARGET(__STM32F1__)
25
   #error "Oops! Select an STM32F1 board in 'Tools > Board.'"
25
   #error "Oops! Select an STM32F1 board in 'Tools > Board.'"
26
 #elif HOTENDS > 1 || E_STEPPERS > 1
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
 #endif
28
 #endif
29
 
29
 
30
 #ifndef BOARD_INFO_NAME
30
 #ifndef BOARD_INFO_NAME

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

28
 #if NOT_TARGET(__STM32F1__)
28
 #if NOT_TARGET(__STM32F1__)
29
   #error "Oops! Select an STM32F1 board in 'Tools > Board.'"
29
   #error "Oops! Select an STM32F1 board in 'Tools > Board.'"
30
 #elif HOTENDS > 1 || E_STEPPERS > 1
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
 #endif
32
 #endif
33
 
33
 
34
 #define BOARD_INFO_NAME "MKS Robin Mini"
34
 #define BOARD_INFO_NAME "MKS Robin Mini"

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

24
 #if NOT_TARGET(STM32F4)
24
 #if NOT_TARGET(STM32F4)
25
   #error "Oops! Select an STM32F4 board in 'Tools > Board.'"
25
   #error "Oops! Select an STM32F4 board in 'Tools > Board.'"
26
 #elif HOTENDS > 1 || E_STEPPERS > 1
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
 #endif
28
 #endif
29
 
29
 
30
 #define BOARD_INFO_NAME "BTT BTT002 V1.0"
30
 #define BOARD_INFO_NAME "BTT BTT002 V1.0"

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

21
 #if NOT_TARGET(STM32F4, STM32F4xx)
21
 #if NOT_TARGET(STM32F4, STM32F4xx)
22
   #error "Oops! Select an STM32F4 board in 'Tools > Board.'"
22
   #error "Oops! Select an STM32F4 board in 'Tools > Board.'"
23
 #elif HOTENDS > 1 || E_STEPPERS > 1
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
 #endif
25
 #endif
26
 
26
 
27
 #define BOARD_INFO_NAME      "Lerdge X"
27
 #define BOARD_INFO_NAME      "Lerdge X"

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

33
 #endif
33
 #endif
34
 
34
 
35
 #if HOTENDS > 1 || E_STEPPERS > 1
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
 #endif
37
 #endif
38
 
38
 
39
 //
39
 //

Loading…
Cancel
Save