Skip to content
Snippets Groups Projects
Commit 664e2075 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Clean up pins files

parent 1eb52495
Branches
Tags
No related merge requests found
Showing
with 24 additions and 44 deletions
......@@ -92,9 +92,7 @@
#error "Oops! Select 'Anet V1.0', 'Anet V1.0 (Optiboot)' or 'Sanguino' in 'Tools > Board' and 'ATmega1284P' in 'Tools > Processor.'"
#endif
#ifndef BOARD_NAME
#define BOARD_NAME "Anet"
#endif
#define BOARD_NAME "Anet 1.0"
//
// Limit Switches
......
......@@ -28,9 +28,7 @@
#error "Oops! Make sure you have the LPC1768 environment selected in your IDE."
#endif
#ifndef BOARD_NAME
#define BOARD_NAME "AZSMZ MINI"
#endif
//
// Servos
......
......@@ -29,10 +29,8 @@
#error "Oops! Make sure you have the LPC1768 environment selected in your IDE."
#endif
#ifndef BOARD_NAME
#define BOARD_NAME "Azteeg X5 GT"
#define DEFAULT_WEBSITE_URL "https://www.panucatt.com/azteeg_X5_GT_reprap_3d_printer_controller_p/ax5gt.htm"
#endif
//
// Set CPU
......
......@@ -29,10 +29,8 @@
#error "Oops! Make sure you have the LPC1768 environment selected in your IDE."
#endif
#ifndef BOARD_NAME
#define BOARD_NAME "Azteeg X5 MINI WIFI"
#define DEFAULT_WEBSITE_URL "http://www.panucatt.com/azteeg_X5_mini_reprap_3d_printer_controller_p/ax5mini.htm"
#endif
//
// LED
......
......@@ -34,9 +34,7 @@
#error "Oops! Make sure you have the LPC1768 environment selected in your IDE."
#endif
#ifndef BOARD_NAME
#define BOARD_NAME "BIQU BQ111-A4"
#endif
//
// Limit Switches
......
......@@ -29,9 +29,7 @@
#error "Oops! Make sure you have the LPC1768 environment selected in your IDE."
#endif
#ifndef BOARD_NAME
#define BOARD_NAME "Cohesion3D Mini"
#endif
//
// Servos
......
......@@ -29,9 +29,7 @@
#error "Oops! Make sure you have the LPC1768 environment selected in your IDE."
#endif
#ifndef BOARD_NAME
#define BOARD_NAME "Cohesion3D ReMix"
#endif
//
// Servos
......
......@@ -21,7 +21,7 @@
*/
/**
* Einstart S pin assignments
* Einstart-S pin assignments
* PCB Silkscreen: 3DPrinterCon_v3.5
*/
......@@ -37,9 +37,7 @@
#endif
#endif
#ifndef BOARD_NAME
#define BOARD_NAME "EINSTART_S"
#endif
#define BOARD_NAME "Einstart-S"
//
// Limit Switches
......
......@@ -24,9 +24,7 @@
* Espressif ESP32 (Tensilica Xtensa LX6) pin assignments
*/
#ifndef BOARD_NAME
#define BOARD_NAME "Espressif ESP32"
#endif
//
// Limit Switches
......
......@@ -25,12 +25,10 @@
//
#ifndef __AVR_ATmega2560__
#error "Oops! Select 'FYSETC_F6' in 'Tools > Board.'"
#error "Oops! Select 'FYSETC F6' in 'Tools > Board.'"
#endif
#ifndef BOARD_NAME
#define BOARD_NAME "FYSETC_F6_13"
#endif
#define BOARD_NAME "FYSETC F6 1.3"
//
// Servos
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment