Skip to content

Commit ded719c

Browse files
committed
📝 Update some pins comments
1 parent 2630eef commit ded719c

17 files changed

+45
-17
lines changed

Marlin/src/pins/esp32/pins_E4D.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@
2222
#pragma once
2323

2424
/**
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.
2829
*/
2930

3031
#include "env_validate.h"
@@ -35,7 +36,7 @@
3536
#error "E4d@box only supports one hotend / E-stepper. Comment out this line to continue."
3637
#endif
3738

38-
#define BOARD_INFO_NAME "E4D@BOX"
39+
#define BOARD_INFO_NAME "E4d@box"
3940
#define BOARD_WEBSITE_URL "github.com/Exilaus/E4d@box"
4041
#define DEFAULT_MACHINE_NAME BOARD_INFO_NAME
4142

Marlin/src/pins/esp32/pins_FYSETC_E4.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323

2424
/**
2525
* 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.
2728
* Supports 4 stepper drivers, heated bed, single hotend.
2829
*/
2930

Marlin/src/pins/esp32/pins_MRR_ESPA.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323

2424
/**
2525
* 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.
2728
* Supports 4 stepper drivers, heated bed, single hotend.
2829
*/
2930

Marlin/src/pins/esp32/pins_MRR_ESPE.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323

2424
/**
2525
* 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.
2728
* Supports 5 stepper drivers (using I2S stepper stream), heated bed,
2829
* single hotend, and LCD controller.
2930
*/

Marlin/src/pins/lpc1768/pins_BIQU_BQ111_A4.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@
2222
#pragma once
2323

2424
/**
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
3026
*/
3127

3228
#include "env_validate.h"

Marlin/src/pins/lpc1768/pins_BTT_SKR_V1_1.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
*/
2222
#pragma once
2323

24+
/**
25+
* BigTreeTech SKR 1.1 pin assignments
26+
*/
27+
2428
#define BOARD_INFO_NAME "BTT SKR V1.1"
2529

2630
//

Marlin/src/pins/lpc1768/pins_BTT_SKR_V1_3.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
*/
2222
#pragma once
2323

24+
/**
25+
* BigTreeTech SKR 1.3 pin assignments
26+
*/
27+
2428
#define BOARD_INFO_NAME "BTT SKR V1.3"
2529
#define LPC1768_IS_SKRV1_3 1
2630

Marlin/src/pins/lpc1768/pins_BTT_SKR_V1_4.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
*/
2222
#pragma once
2323

24+
/**
25+
* BigTreeTech SKR 1.4 pin assignments
26+
*/
27+
2428
#include "env_validate.h"
2529

2630
#ifndef BOARD_INFO_NAME

Marlin/src/pins/lpc1768/pins_GMARSH_X6_REV1.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
*/
2222
#pragma once
2323

24+
/**
25+
* GMARSH X6 Rev.1 pin assignments
26+
*/
27+
2428
#include "env_validate.h"
2529

2630
#define BOARD_INFO_NAME "GMARSH X6 REV1"

Marlin/src/pins/lpc1768/pins_MKS_SBASE.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#pragma once
2323

2424
/**
25-
* MKS SBASE pin assignments
25+
* Makerbase MKS SBASE pin assignments
2626
*/
2727

2828
#include "env_validate.h"

0 commit comments

Comments
 (0)