📝 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.
*/