📝 Update some pins comments
This commit is contained in:
parent
2630eefcc4
commit
ded719cc14
@ -22,9 +22,10 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* E4d@Box pin assignments
|
* 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.
|
* 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"
|
#include "env_validate.h"
|
||||||
@ -35,7 +36,7 @@
|
|||||||
#error "E4d@box only supports one hotend / E-stepper. Comment out this line to continue."
|
#error "E4d@box only supports one hotend / E-stepper. Comment out this line to continue."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define BOARD_INFO_NAME "E4D@BOX"
|
#define BOARD_INFO_NAME "E4d@box"
|
||||||
#define BOARD_WEBSITE_URL "github.com/Exilaus/E4d@box"
|
#define BOARD_WEBSITE_URL "github.com/Exilaus/E4d@box"
|
||||||
#define DEFAULT_MACHINE_NAME BOARD_INFO_NAME
|
#define DEFAULT_MACHINE_NAME BOARD_INFO_NAME
|
||||||
|
|
||||||
|
@ -23,7 +23,8 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* FYSETC E4 pin assignments
|
* 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.
|
* Supports 4 stepper drivers, heated bed, single hotend.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -23,7 +23,8 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* MRR ESPA pin assignments
|
* 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.
|
* Supports 4 stepper drivers, heated bed, single hotend.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -23,7 +23,8 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* MRR ESPE pin assignments
|
* 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,
|
* Supports 5 stepper drivers (using I2S stepper stream), heated bed,
|
||||||
* single hotend, and LCD controller.
|
* single hotend, and LCD controller.
|
||||||
*/
|
*/
|
||||||
|
@ -22,11 +22,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* BIQU BQ111-A4
|
* BIQU BQ111-A4 pin assignments
|
||||||
*
|
|
||||||
* Applies to the following boards:
|
|
||||||
*
|
|
||||||
* BOARD_BIQU_BQ111_A4 (Hotend, Fan, Bed)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "env_validate.h"
|
#include "env_validate.h"
|
||||||
|
@ -21,6 +21,10 @@
|
|||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
/**
|
||||||
|
* BigTreeTech SKR 1.1 pin assignments
|
||||||
|
*/
|
||||||
|
|
||||||
#define BOARD_INFO_NAME "BTT SKR V1.1"
|
#define BOARD_INFO_NAME "BTT SKR V1.1"
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -21,6 +21,10 @@
|
|||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
/**
|
||||||
|
* BigTreeTech SKR 1.3 pin assignments
|
||||||
|
*/
|
||||||
|
|
||||||
#define BOARD_INFO_NAME "BTT SKR V1.3"
|
#define BOARD_INFO_NAME "BTT SKR V1.3"
|
||||||
#define LPC1768_IS_SKRV1_3 1
|
#define LPC1768_IS_SKRV1_3 1
|
||||||
|
|
||||||
|
@ -21,6 +21,10 @@
|
|||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
/**
|
||||||
|
* BigTreeTech SKR 1.4 pin assignments
|
||||||
|
*/
|
||||||
|
|
||||||
#include "env_validate.h"
|
#include "env_validate.h"
|
||||||
|
|
||||||
#ifndef BOARD_INFO_NAME
|
#ifndef BOARD_INFO_NAME
|
||||||
|
@ -21,6 +21,10 @@
|
|||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
/**
|
||||||
|
* GMARSH X6 Rev.1 pin assignments
|
||||||
|
*/
|
||||||
|
|
||||||
#include "env_validate.h"
|
#include "env_validate.h"
|
||||||
|
|
||||||
#define BOARD_INFO_NAME "GMARSH X6 REV1"
|
#define BOARD_INFO_NAME "GMARSH X6 REV1"
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* MKS SBASE pin assignments
|
* Makerbase MKS SBASE pin assignments
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "env_validate.h"
|
#include "env_validate.h"
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* MKS SGEN-L pin assignments
|
* Makerbase MKS SGEN-L pin assignments
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "env_validate.h"
|
#include "env_validate.h"
|
||||||
|
@ -21,6 +21,10 @@
|
|||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
/**
|
||||||
|
* BigTreeTech SKR E3 Turbo pin assignments
|
||||||
|
*/
|
||||||
|
|
||||||
#include "env_validate.h"
|
#include "env_validate.h"
|
||||||
|
|
||||||
#ifndef BOARD_INFO_NAME
|
#ifndef BOARD_INFO_NAME
|
||||||
|
@ -21,6 +21,10 @@
|
|||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
/**
|
||||||
|
* BigTreeTech SKR 1.4 Turbo pin assignments
|
||||||
|
*/
|
||||||
|
|
||||||
#define BOARD_INFO_NAME "BTT SKR V1.4 TURBO"
|
#define BOARD_INFO_NAME "BTT SKR V1.4 TURBO"
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -21,6 +21,10 @@
|
|||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
/**
|
||||||
|
* FLYmaker FLY-CDY pin assignments
|
||||||
|
*/
|
||||||
|
|
||||||
#include "env_validate.h"
|
#include "env_validate.h"
|
||||||
|
|
||||||
#define BOARD_INFO_NAME "FLY-CDY"
|
#define BOARD_INFO_NAME "FLY-CDY"
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
/**
|
/**
|
||||||
* MKS SGen pin assignments
|
* 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
|
* https://github.com/makerbase-mks/MKS-SGen/blob/master/Hardware/MKS%20SGEN%20V1.0_001/MKS%20SGEN%20V1.0_001%20PIN.pdf
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* MKS SGen pin assignments
|
* MKS SGen-L V2 pin assignments
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "env_validate.h"
|
#include "env_validate.h"
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Smoothieboard pin assignments
|
* Smoothieware Smoothieboard pin assignments
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "env_validate.h"
|
#include "env_validate.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user