Browse Source

💡 Sub-include pins labels

Scott Lahteine 3 years ago
parent
commit
f8ec8e5bf6

+ 1
- 1
Marlin/src/pins/lpc1769/pins_BTT_SKR_V1_4_TURBO.h View File

31
 // Include SKR 1.4 pins
31
 // Include SKR 1.4 pins
32
 //
32
 //
33
 #define REQUIRE_LPC1769
33
 #define REQUIRE_LPC1769
34
-#include "../lpc1768/pins_BTT_SKR_V1_4.h"
34
+#include "../lpc1768/pins_BTT_SKR_V1_4.h" // ... BTT_SKR_common

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

43
 #define SERVO0_PIN                            44  // SERVO1 port
43
 #define SERVO0_PIN                            44  // SERVO1 port
44
 #define SERVO1_PIN                            55  // SERVO2 port
44
 #define SERVO1_PIN                            55  // SERVO2 port
45
 
45
 
46
-#include "pins_RAMPS_13.h"
46
+#include "pins_RAMPS_13.h" // ... RAMPS
47
 
47
 
48
 //
48
 //
49
 // LCD / Controller
49
 // LCD / Controller

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

115
 //
115
 //
116
 // Import RAMPS 1.3 pins
116
 // Import RAMPS 1.3 pins
117
 //
117
 //
118
-#include "pins_RAMPS_13.h"
118
+#include "pins_RAMPS_13.h" // ... RAMPS
119
 
119
 
120
 //
120
 //
121
 // Used by the Hephestos 2 heated bed upgrade kit
121
 // Used by the Hephestos 2 heated bed upgrade kit

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

30
 #define DEFAULT_MACHINE_NAME    "K8200"
30
 #define DEFAULT_MACHINE_NAME    "K8200"
31
 #define DEFAULT_SOURCE_CODE_URL "github.com/CONSULitAS/Marlin-K8200"
31
 #define DEFAULT_SOURCE_CODE_URL "github.com/CONSULitAS/Marlin-K8200"
32
 
32
 
33
-#include "pins_3DRAG.h"
33
+#include "pins_3DRAG.h" // ... RAMPS

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

50
 #define X_STOP_PIN                             3
50
 #define X_STOP_PIN                             3
51
 #define Y_STOP_PIN                            14
51
 #define Y_STOP_PIN                            14
52
 
52
 
53
-#include "pins_3DRAG.h"
53
+#include "pins_3DRAG.h" // ... RAMPS
54
 
54
 
55
 //
55
 //
56
 // Heaters / Fans
56
 // Heaters / Fans

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

117
 // Other RAMPS 1.3 pins
117
 // Other RAMPS 1.3 pins
118
 //
118
 //
119
 #define IS_RAMPS_EFB                              // Override autodetection. Bed will be undefined.
119
 #define IS_RAMPS_EFB                              // Override autodetection. Bed will be undefined.
120
-#include "pins_RAMPS_13.h"
120
+#include "pins_RAMPS_13.h" // ... RAMPS

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

34
 #define BOARD_INFO_NAME "MKS BASE 1.0"
34
 #define BOARD_INFO_NAME "MKS BASE 1.0"
35
 #define MKS_BASE_VERSION 10
35
 #define MKS_BASE_VERSION 10
36
 
36
 
37
-#include "pins_MKS_BASE_common.h"
37
+#include "pins_MKS_BASE_common.h" // ... RAMPS

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

58
   #define CASE_LIGHT_PIN                      11  // PB5 ** Pin24 ** PWM11
58
   #define CASE_LIGHT_PIN                      11  // PB5 ** Pin24 ** PWM11
59
 #endif
59
 #endif
60
 
60
 
61
-#include "pins_MKS_BASE_common.h"
61
+#include "pins_MKS_BASE_common.h" // ... RAMPS
62
 
62
 
63
 /*
63
 /*
64
   Available connectors on MKS BASE v1.4
64
   Available connectors on MKS BASE v1.4

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

32
 #define BOARD_INFO_NAME "MKS BASE 1.5"
32
 #define BOARD_INFO_NAME "MKS BASE 1.5"
33
 #define MKS_BASE_VERSION 15
33
 #define MKS_BASE_VERSION 15
34
 
34
 
35
-#include "pins_MKS_BASE_common.h"
35
+#include "pins_MKS_BASE_common.h" // ... RAMPS

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

56
   #define PS_ON_PIN                           -1
56
   #define PS_ON_PIN                           -1
57
 #endif
57
 #endif
58
 
58
 
59
-#include "pins_MKS_BASE_common.h"
59
+#include "pins_MKS_BASE_common.h" // ... RAMPS

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

25
  * MKS BASE with Heroic HR4982 stepper drivers
25
  * MKS BASE with Heroic HR4982 stepper drivers
26
  */
26
  */
27
 
27
 
28
-#include "pins_MKS_BASE_15.h"
28
+#include "pins_MKS_BASE_15.h" // ... MKS_BASE_common ... RAMPS
29
 
29
 
30
 /**
30
 /**
31
  * Some new boards use HR4982 (Heroic) instead of the A4982 (Allegro) stepper drivers.
31
  * Some new boards use HR4982 (Heroic) instead of the A4982 (Allegro) stepper drivers.

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

27
 
27
 
28
 #define BOARD_INFO_NAME "RigidBoard V2"
28
 #define BOARD_INFO_NAME "RigidBoard V2"
29
 
29
 
30
-#include "pins_RIGIDBOARD.h"
30
+#include "pins_RIGIDBOARD.h" // ... RAMPS
31
 
31
 
32
 //
32
 //
33
 // Steppers
33
 // Steppers

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

41
   #define E0_AUTO_FAN_PIN                     9
41
   #define E0_AUTO_FAN_PIN                     9
42
 #endif
42
 #endif
43
 
43
 
44
-#include "pins_RAMPS_13.h"
44
+#include "pins_RAMPS_13.h" // ... RAMPS

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

26
  * V2 and V3 Boards only differ in USB controller, nothing affecting the pins.
26
  * V2 and V3 Boards only differ in USB controller, nothing affecting the pins.
27
  */
27
  */
28
 
28
 
29
-#include "pins_MKS_GEN_13.h"
29
+#include "pins_MKS_GEN_13.h" // ... RAMPS
30
 
30
 
31
 #define ZRIB_V20_D6_PIN                        6  // Fan
31
 #define ZRIB_V20_D6_PIN                        6  // Fan
32
 #define ZRIB_V20_D9_PIN                        9  // Fan2
32
 #define ZRIB_V20_D9_PIN                        9  // Fan2

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

48
 #define E2_ENABLE_PIN                         22
48
 #define E2_ENABLE_PIN                         22
49
 #define HEATER_1_PIN                           7
49
 #define HEATER_1_PIN                           7
50
 
50
 
51
-#include "pins_MKS_BASE_common.h"
51
+#include "pins_MKS_BASE_common.h" // ... RAMPS
52
 
52
 
53
 /*
53
 /*
54
   Available connectors on MKS BASE v1.4 (Basically same as ZRIB V5.2)
54
   Available connectors on MKS BASE v1.4 (Basically same as ZRIB V5.2)

+ 1
- 1
Marlin/src/pins/sanguino/pins_AZTEEG_X1.h View File

27
 
27
 
28
 #define BOARD_INFO_NAME "Azteeg X1"
28
 #define BOARD_INFO_NAME "Azteeg X1"
29
 
29
 
30
-#include "pins_SANGUINOLOLU_12.h"
30
+#include "pins_SANGUINOLOLU_12.h" // ... SANGUINOLOLU_11

+ 1
- 1
Marlin/src/pins/sanguino/pins_MELZI.h View File

44
   #endif
44
   #endif
45
 #endif
45
 #endif
46
 
46
 
47
-#include "pins_SANGUINOLOLU_12.h"
47
+#include "pins_SANGUINOLOLU_12.h" // ... SANGUINOLOLU_11

+ 1
- 1
Marlin/src/pins/sanguino/pins_MELZI_CREALITY.h View File

42
   #define BOARD_ST7920_DELAY_3               125
42
   #define BOARD_ST7920_DELAY_3               125
43
 #endif
43
 #endif
44
 
44
 
45
-#include "pins_MELZI.h"
45
+#include "pins_MELZI.h" // ... SANGUINOLOLU_12 ... SANGUINOLOLU_11
46
 
46
 
47
 //
47
 //
48
 // For the stock CR-10 enable CR10_STOCKDISPLAY in Configuration.h
48
 // For the stock CR-10 enable CR10_STOCKDISPLAY in Configuration.h

+ 1
- 1
Marlin/src/pins/sanguino/pins_MELZI_MAKR3D.h View File

26
  */
26
  */
27
 
27
 
28
 #define BOARD_INFO_NAME "Melzi (ATmega1284)"
28
 #define BOARD_INFO_NAME "Melzi (ATmega1284)"
29
-#include "pins_MELZI.h"
29
+#include "pins_MELZI.h" // ... SANGUINOLOLU_12 ... SANGUINOLOLU_11

+ 1
- 1
Marlin/src/pins/sanguino/pins_MELZI_MALYAN.h View File

27
 
27
 
28
 #define BOARD_INFO_NAME "Melzi (Malyan)"
28
 #define BOARD_INFO_NAME "Melzi (Malyan)"
29
 
29
 
30
-#include "pins_MELZI.h"
30
+#include "pins_MELZI.h" // ... SANGUINOLOLU_12 ... SANGUINOLOLU_11
31
 
31
 
32
 #undef LCD_SDSS
32
 #undef LCD_SDSS
33
 #undef LCD_PINS_RS
33
 #undef LCD_PINS_RS

+ 1
- 1
Marlin/src/pins/sanguino/pins_MELZI_TRONXY.h View File

34
   #define BOARD_ST7920_DELAY_3                 0
34
   #define BOARD_ST7920_DELAY_3                 0
35
 #endif
35
 #endif
36
 
36
 
37
-#include "pins_MELZI.h"
37
+#include "pins_MELZI.h" // ... SANGUINOLOLU_12 ... SANGUINOLOLU_11
38
 
38
 
39
 #undef Z_ENABLE_PIN
39
 #undef Z_ENABLE_PIN
40
 #undef LCD_PINS_RS
40
 #undef LCD_PINS_RS

+ 1
- 1
Marlin/src/pins/sanguino/pins_MELZI_V2.h View File

34
   #define BOARD_ST7920_DELAY_3                 0
34
   #define BOARD_ST7920_DELAY_3                 0
35
 #endif
35
 #endif
36
 
36
 
37
-#include "pins_MELZI.h"
37
+#include "pins_MELZI.h" // ... SANGUINOLOLU_12 ... SANGUINOLOLU_11

+ 1
- 1
Marlin/src/pins/sanguino/pins_STB_11.h View File

27
 
27
 
28
 #define BOARD_INFO_NAME "STB V1.1"
28
 #define BOARD_INFO_NAME "STB V1.1"
29
 
29
 
30
-#include "pins_SANGUINOLOLU_12.h"
30
+#include "pins_SANGUINOLOLU_12.h" // ... SANGUINOLOLU_11

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

23
 
23
 
24
 #define BOARD_INFO_NAME "BTT SKR Mini MZ V1.0"
24
 #define BOARD_INFO_NAME "BTT SKR Mini MZ V1.0"
25
 
25
 
26
-#include "pins_BTT_SKR_MINI_E3_V2_0.h"
26
+#include "pins_BTT_SKR_MINI_E3_V2_0.h" // ... BTT_SKR_MINI_E3_common

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

64
   #endif
64
   #endif
65
 #endif
65
 #endif
66
 
66
 
67
-#include "pins_MKS_ROBIN_E3_V1_1_common.h"
67
+#include "pins_MKS_ROBIN_E3_V1_1_common.h" // ... MKS_ROBIN_E3_common

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

33
   #define BOARD_INFO_NAME "MKS Robin E3 V1.1"
33
   #define BOARD_INFO_NAME "MKS Robin E3 V1.1"
34
 #endif
34
 #endif
35
 
35
 
36
-#include "pins_MKS_ROBIN_E3_V1_1_common.h"
36
+#include "pins_MKS_ROBIN_E3_V1_1_common.h" // ... MKS_ROBIN_E3_common

Loading…
Cancel
Save