Browse Source

💡 Sub-include pins labels

Scott Lahteine 2 years ago
parent
commit
f8ec8e5bf6

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

@@ -31,4 +31,4 @@
31 31
 // Include SKR 1.4 pins
32 32
 //
33 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,7 +43,7 @@
43 43
 #define SERVO0_PIN                            44  // SERVO1 port
44 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 49
 // LCD / Controller

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

@@ -115,7 +115,7 @@
115 115
 //
116 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 121
 // Used by the Hephestos 2 heated bed upgrade kit

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

@@ -30,4 +30,4 @@
30 30
 #define DEFAULT_MACHINE_NAME    "K8200"
31 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,7 +50,7 @@
50 50
 #define X_STOP_PIN                             3
51 51
 #define Y_STOP_PIN                            14
52 52
 
53
-#include "pins_3DRAG.h"
53
+#include "pins_3DRAG.h" // ... RAMPS
54 54
 
55 55
 //
56 56
 // Heaters / Fans

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

@@ -117,4 +117,4 @@
117 117
 // Other RAMPS 1.3 pins
118 118
 //
119 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,4 +34,4 @@
34 34
 #define BOARD_INFO_NAME "MKS BASE 1.0"
35 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,7 +58,7 @@
58 58
   #define CASE_LIGHT_PIN                      11  // PB5 ** Pin24 ** PWM11
59 59
 #endif
60 60
 
61
-#include "pins_MKS_BASE_common.h"
61
+#include "pins_MKS_BASE_common.h" // ... RAMPS
62 62
 
63 63
 /*
64 64
   Available connectors on MKS BASE v1.4

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

@@ -32,4 +32,4 @@
32 32
 #define BOARD_INFO_NAME "MKS BASE 1.5"
33 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,4 +56,4 @@
56 56
   #define PS_ON_PIN                           -1
57 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,7 +25,7 @@
25 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 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,7 +27,7 @@
27 27
 
28 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 33
 // Steppers

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

@@ -41,4 +41,4 @@
41 41
   #define E0_AUTO_FAN_PIN                     9
42 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,7 +26,7 @@
26 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 31
 #define ZRIB_V20_D6_PIN                        6  // Fan
32 32
 #define ZRIB_V20_D9_PIN                        9  // Fan2

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

@@ -48,7 +48,7 @@
48 48
 #define E2_ENABLE_PIN                         22
49 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 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,4 +27,4 @@
27 27
 
28 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,4 +44,4 @@
44 44
   #endif
45 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,7 +42,7 @@
42 42
   #define BOARD_ST7920_DELAY_3               125
43 43
 #endif
44 44
 
45
-#include "pins_MELZI.h"
45
+#include "pins_MELZI.h" // ... SANGUINOLOLU_12 ... SANGUINOLOLU_11
46 46
 
47 47
 //
48 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,4 +26,4 @@
26 26
  */
27 27
 
28 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,7 +27,7 @@
27 27
 
28 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 32
 #undef LCD_SDSS
33 33
 #undef LCD_PINS_RS

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

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

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

@@ -34,4 +34,4 @@
34 34
   #define BOARD_ST7920_DELAY_3                 0
35 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,4 +27,4 @@
27 27
 
28 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,4 +23,4 @@
23 23
 
24 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,4 +64,4 @@
64 64
   #endif
65 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,4 +33,4 @@
33 33
   #define BOARD_INFO_NAME "MKS Robin E3 V1.1"
34 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