📝 Update some pins comments

This commit is contained in:
Scott Lahteine 2021-09-18 18:22:15 -05:00
parent 2630eefcc4
commit ded719cc14
17 changed files with 45 additions and 17 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -22,11 +22,7 @@
#pragma once
/**
* BIQU BQ111-A4
*
* Applies to the following boards:
*
* BOARD_BIQU_BQ111_A4 (Hotend, Fan, Bed)
* BIQU BQ111-A4 pin assignments
*/
#include "env_validate.h"

View File

@ -21,6 +21,10 @@
*/
#pragma once
/**
* BigTreeTech SKR 1.1 pin assignments
*/
#define BOARD_INFO_NAME "BTT SKR V1.1"
//

View File

@ -21,6 +21,10 @@
*/
#pragma once
/**
* BigTreeTech SKR 1.3 pin assignments
*/
#define BOARD_INFO_NAME "BTT SKR V1.3"
#define LPC1768_IS_SKRV1_3 1

View File

@ -21,6 +21,10 @@
*/
#pragma once
/**
* BigTreeTech SKR 1.4 pin assignments
*/
#include "env_validate.h"
#ifndef BOARD_INFO_NAME

View File

@ -21,6 +21,10 @@
*/
#pragma once
/**
* GMARSH X6 Rev.1 pin assignments
*/
#include "env_validate.h"
#define BOARD_INFO_NAME "GMARSH X6 REV1"

View File

@ -22,7 +22,7 @@
#pragma once
/**
* MKS SBASE pin assignments
* Makerbase MKS SBASE pin assignments
*/
#include "env_validate.h"

View File

@ -22,7 +22,7 @@
#pragma once
/**
* MKS SGEN-L pin assignments
* Makerbase MKS SGEN-L pin assignments
*/
#include "env_validate.h"

View File

@ -21,6 +21,10 @@
*/
#pragma once
/**
* BigTreeTech SKR E3 Turbo pin assignments
*/
#include "env_validate.h"
#ifndef BOARD_INFO_NAME

View File

@ -21,6 +21,10 @@
*/
#pragma once
/**
* BigTreeTech SKR 1.4 Turbo pin assignments
*/
#define BOARD_INFO_NAME "BTT SKR V1.4 TURBO"
//

View File

@ -21,6 +21,10 @@
*/
#pragma once
/**
* FLYmaker FLY-CDY pin assignments
*/
#include "env_validate.h"
#define BOARD_INFO_NAME "FLY-CDY"

View File

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

View File

@ -22,7 +22,7 @@
#pragma once
/**
* MKS SGen pin assignments
* MKS SGen-L V2 pin assignments
*/
#include "env_validate.h"

View File

@ -22,7 +22,7 @@
#pragma once
/**
* Smoothieboard pin assignments
* Smoothieware Smoothieboard pin assignments
*/
#include "env_validate.h"