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

Clean up pins files

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