Browse Source

📝 Update some pins comments

Scott Lahteine 2 years ago
parent
commit
f367a3987d

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

@@ -22,9 +22,10 @@
22 22
 #pragma once
23 23
 
24 24
 /**
25
- * E4d@Box  pin assignments
26
- * E4d@Box is a small factor 3D printer control board based on the ESP32 microcontroller for Laser, CNC and 3d printers
27
- * for more info check https://atbox.tech/ and join to Facebook page E4d@box.
25
+ * E4d@box pin assignments
26
+ *
27
+ * Small factor 3D printer control board based on the ESP32 microcontroller for Laser, CNC and 3D printers.
28
+ * More info at https://atbox.tech/ and the E4d@box Facebook page.
28 29
  */
29 30
 
30 31
 #include "env_validate.h"
@@ -35,7 +36,7 @@
35 36
   #error "E4d@box only supports one hotend / E-stepper. Comment out this line to continue."
36 37
 #endif
37 38
 
38
-#define BOARD_INFO_NAME       "E4D@BOX"
39
+#define BOARD_INFO_NAME       "E4d@box"
39 40
 #define BOARD_WEBSITE_URL     "github.com/Exilaus/E4d@box"
40 41
 #define DEFAULT_MACHINE_NAME  BOARD_INFO_NAME
41 42
 

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

@@ -23,7 +23,8 @@
23 23
 
24 24
 /**
25 25
  * FYSETC E4 pin assignments
26
- * FYSETC E4 is a 3D printer control board based on the ESP32 microcontroller.
26
+ *
27
+ * 3D printer control board based on the ESP32 microcontroller.
27 28
  * Supports 4 stepper drivers, heated bed, single hotend.
28 29
  */
29 30
 

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

@@ -23,7 +23,8 @@
23 23
 
24 24
 /**
25 25
  * MRR ESPA pin assignments
26
- * MRR ESPA is a 3D printer control board based on the ESP32 microcontroller.
26
+ *
27
+ * 3D printer control board based on the ESP32 microcontroller.
27 28
  * Supports 4 stepper drivers, heated bed, single hotend.
28 29
  */
29 30
 

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

@@ -23,7 +23,8 @@
23 23
 
24 24
 /**
25 25
  * MRR ESPE pin assignments
26
- * MRR ESPE is a 3D printer control board based on the ESP32 microcontroller.
26
+ *
27
+ * 3D printer control board based on the ESP32 microcontroller.
27 28
  * Supports 5 stepper drivers (using I2S stepper stream), heated bed,
28 29
  * single hotend, and LCD controller.
29 30
  */

+ 1
- 5
Marlin/src/pins/lpc1768/pins_BIQU_BQ111_A4.h View File

@@ -22,11 +22,7 @@
22 22
 #pragma once
23 23
 
24 24
 /**
25
- * BIQU BQ111-A4
26
- *
27
- * Applies to the following boards:
28
- *
29
- *  BOARD_BIQU_BQ111_A4 (Hotend, Fan, Bed)
25
+ * BIQU BQ111-A4 pin assignments
30 26
  */
31 27
 
32 28
 #include "env_validate.h"

+ 4
- 0
Marlin/src/pins/lpc1768/pins_BTT_SKR_V1_1.h View File

@@ -21,6 +21,10 @@
21 21
  */
22 22
 #pragma once
23 23
 
24
+/**
25
+ * BigTreeTech SKR 1.1 pin assignments
26
+ */
27
+
24 28
 #define BOARD_INFO_NAME "BTT SKR V1.1"
25 29
 
26 30
 //

+ 4
- 0
Marlin/src/pins/lpc1768/pins_BTT_SKR_V1_3.h View File

@@ -21,6 +21,10 @@
21 21
  */
22 22
 #pragma once
23 23
 
24
+/**
25
+ * BigTreeTech SKR 1.3 pin assignments
26
+ */
27
+
24 28
 #define BOARD_INFO_NAME "BTT SKR V1.3"
25 29
 #define LPC1768_IS_SKRV1_3 1
26 30
 

+ 4
- 0
Marlin/src/pins/lpc1768/pins_BTT_SKR_V1_4.h View File

@@ -21,6 +21,10 @@
21 21
  */
22 22
 #pragma once
23 23
 
24
+/**
25
+ * BigTreeTech SKR 1.4 pin assignments
26
+ */
27
+
24 28
 #include "env_validate.h"
25 29
 
26 30
 #ifndef BOARD_INFO_NAME

+ 4
- 0
Marlin/src/pins/lpc1768/pins_GMARSH_X6_REV1.h View File

@@ -21,6 +21,10 @@
21 21
  */
22 22
 #pragma once
23 23
 
24
+/**
25
+ * GMARSH X6 Rev.1 pin assignments
26
+ */
27
+
24 28
 #include "env_validate.h"
25 29
 
26 30
 #define BOARD_INFO_NAME "GMARSH X6 REV1"

+ 1
- 1
Marlin/src/pins/lpc1768/pins_MKS_SBASE.h View File

@@ -22,7 +22,7 @@
22 22
 #pragma once
23 23
 
24 24
 /**
25
- * MKS SBASE pin assignments
25
+ * Makerbase MKS SBASE pin assignments
26 26
  */
27 27
 
28 28
 #include "env_validate.h"

+ 1
- 1
Marlin/src/pins/lpc1768/pins_MKS_SGEN_L.h View File

@@ -22,7 +22,7 @@
22 22
 #pragma once
23 23
 
24 24
 /**
25
- * MKS SGEN-L pin assignments
25
+ * Makerbase MKS SGEN-L pin assignments
26 26
  */
27 27
 
28 28
 #include "env_validate.h"

+ 4
- 0
Marlin/src/pins/lpc1769/pins_BTT_SKR_E3_TURBO.h View File

@@ -21,6 +21,10 @@
21 21
  */
22 22
 #pragma once
23 23
 
24
+/**
25
+ * BigTreeTech SKR E3 Turbo pin assignments
26
+ */
27
+
24 28
 #include "env_validate.h"
25 29
 
26 30
 #ifndef BOARD_INFO_NAME

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

@@ -21,6 +21,10 @@
21 21
  */
22 22
 #pragma once
23 23
 
24
+/**
25
+ * BigTreeTech SKR 1.4 Turbo pin assignments
26
+ */
27
+
24 28
 #define BOARD_INFO_NAME "BTT SKR V1.4 TURBO"
25 29
 
26 30
 //

+ 4
- 0
Marlin/src/pins/lpc1769/pins_FLY_CDY.h View File

@@ -21,6 +21,10 @@
21 21
  */
22 22
 #pragma once
23 23
 
24
+/**
25
+ * FLYmaker FLY-CDY pin assignments
26
+ */
27
+
24 28
 #include "env_validate.h"
25 29
 
26 30
 #define BOARD_INFO_NAME   "FLY-CDY"

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

@@ -24,7 +24,7 @@
24 24
 /**
25 25
  * MKS SGen pin assignments
26 26
  *
27
- * The pins diagram can be found and the following URL:
27
+ * Pins diagram:
28 28
  * https://github.com/makerbase-mks/MKS-SGen/blob/master/Hardware/MKS%20SGEN%20V1.0_001/MKS%20SGEN%20V1.0_001%20PIN.pdf
29 29
  */
30 30
 

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

@@ -22,7 +22,7 @@
22 22
 #pragma once
23 23
 
24 24
 /**
25
- * MKS SGen pin assignments
25
+ * MKS SGen-L V2 pin assignments
26 26
  */
27 27
 
28 28
 #include "env_validate.h"

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

@@ -22,7 +22,7 @@
22 22
 #pragma once
23 23
 
24 24
 /**
25
- * Smoothieboard pin assignments
25
+ * Smoothieware Smoothieboard pin assignments
26 26
  */
27 27
 
28 28
 #include "env_validate.h"

Loading…
Cancel
Save