Prevent BOARD_NAME conflict with env

This commit is contained in:
Scott Lahteine 2019-08-20 19:08:58 -05:00
parent 33f6d77281
commit 0cc524b84f
164 changed files with 212 additions and 212 deletions

View file

@ -165,7 +165,7 @@ void menu_info_thermistors() {
void menu_info_board() { void menu_info_board() {
if (ui.use_click()) return ui.goto_previous_screen(); if (ui.use_click()) return ui.goto_previous_screen();
START_SCREEN(); START_SCREEN();
STATIC_ITEM(BOARD_NAME, true, true); // MyPrinterController STATIC_ITEM(BOARD_INFO_NAME, true, true); // MyPrinterController
STATIC_ITEM(MSG_INFO_BAUDRATE ": " STRINGIFY(BAUDRATE), true); // Baud: 250000 STATIC_ITEM(MSG_INFO_BAUDRATE ": " STRINGIFY(BAUDRATE), true); // Baud: 250000
STATIC_ITEM(MSG_INFO_PROTOCOL ": " PROTOCOL_VERSION, true); // Protocol: 1.0 STATIC_ITEM(MSG_INFO_PROTOCOL ": " PROTOCOL_VERSION, true); // Protocol: 1.0
STATIC_ITEM(MSG_INFO_PSU ": " PSU_NAME, true); STATIC_ITEM(MSG_INFO_PSU ": " PSU_NAME, true);

View file

@ -29,7 +29,7 @@
"Oops! Select an ESP32 board in 'Tools > Board.'" "Oops! Select an ESP32 board in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Espressif ESP32" #define BOARD_INFO_NAME "Espressif ESP32"
// //
// I2S (steppers & other output-only pins) // I2S (steppers & other output-only pins)

View file

@ -45,8 +45,8 @@
* 7 | 11 * 7 | 11
*/ */
#ifndef BOARD_NAME #ifndef BOARD_INFO_NAME
#define BOARD_NAME "RAMPS 1.4" #define BOARD_INFO_NAME "RAMPS 1.4"
#endif #endif
#define E2END 0xFFF // 4KB #define E2END 0xFFF // 4KB

View file

@ -29,7 +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
#define BOARD_NAME "AZSMZ MINI" #define BOARD_INFO_NAME "AZSMZ MINI"
// //
// Servos // Servos

View file

@ -25,7 +25,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
#define BOARD_NAME "BIGTREE SKR 1.1" #define BOARD_INFO_NAME "BIGTREE SKR 1.1"
// //
// Limit Switches // Limit Switches

View file

@ -25,7 +25,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
#define BOARD_NAME "BIGTREE SKR 1.3" #define BOARD_INFO_NAME "BIGTREE SKR 1.3"
// Ignore temp readings during development. // Ignore temp readings during development.
//#define BOGUS_TEMPERATURE_GRACE_PERIOD 2000 //#define BOGUS_TEMPERATURE_GRACE_PERIOD 2000

View file

@ -34,8 +34,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 #ifndef BOARD_INFO_NAME
#define BOARD_NAME "BIQU Thunder B300 V1.0" #define BOARD_INFO_NAME "BIQU Thunder B300 V1.0"
#endif #endif
// //

View file

@ -34,7 +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
#define BOARD_NAME "BIQU BQ111-A4" #define BOARD_INFO_NAME "BIQU BQ111-A4"
// //
// Limit Switches // Limit Switches

View file

@ -25,7 +25,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
#define BOARD_NAME "GMARSH X6 REV1" #define BOARD_INFO_NAME "GMARSH X6 REV1"
// Ignore temp readings during develpment. // Ignore temp readings during develpment.
//#define BOGUS_TEMPERATURE_FAILSAFE_OVERRIDE //#define BOGUS_TEMPERATURE_FAILSAFE_OVERRIDE

View file

@ -29,8 +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 #ifndef BOARD_INFO_NAME
#define BOARD_NAME "MKS SBASE" #define BOARD_INFO_NAME "MKS SBASE"
#endif #endif
#ifndef BOARD_WEBSITE_URL #ifndef BOARD_WEBSITE_URL
#define BOARD_WEBSITE_URL "https://github.com/makerbase-mks/MKS-SBASE" #define BOARD_WEBSITE_URL "https://github.com/makerbase-mks/MKS-SBASE"

View file

@ -29,7 +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
#define BOARD_NAME "MKS SGen-L" #define BOARD_INFO_NAME "MKS SGen-L"
#define BOARD_WEBSITE_URL "https://github.com/makerbase-mks/MKS-SGEN_L" #define BOARD_WEBSITE_URL "https://github.com/makerbase-mks/MKS-SGEN_L"
// //

View file

@ -40,7 +40,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
#define BOARD_NAME "Re-ARM RAMPS 1.4" #define BOARD_INFO_NAME "Re-ARM RAMPS 1.4"
// //
// Servos // Servos

View file

@ -29,7 +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
#define BOARD_NAME "Selena Compact" #define BOARD_INFO_NAME "Selena Compact"
#define BOARD_WEBSITE_URL "https://github.com/Ales2-k/Selena" #define BOARD_WEBSITE_URL "https://github.com/Ales2-k/Selena"
// //

View file

@ -29,7 +29,7 @@
#error "Oops! Make sure you have the LPC1769 environment selected in your IDE." #error "Oops! Make sure you have the LPC1769 environment selected in your IDE."
#endif #endif
#define BOARD_NAME "Azteeg X5 GT" #define BOARD_INFO_NAME "Azteeg X5 GT"
#define BOARD_WEBSITE_URL "https://tinyurl.com/yx8tdqa3" #define BOARD_WEBSITE_URL "https://tinyurl.com/yx8tdqa3"
// //

View file

@ -29,8 +29,8 @@
#error "Oops! Make sure you have the LPC1769 environment selected in your IDE." #error "Oops! Make sure you have the LPC1769 environment selected in your IDE."
#endif #endif
#ifndef BOARD_NAME #ifndef BOARD_INFO_NAME
#define BOARD_NAME "Azteeg X5 MINI" #define BOARD_INFO_NAME "Azteeg X5 MINI"
#endif #endif
#define BOARD_WEBSITE_URL "http://www.panucatt.com/azteeg_X5_mini_reprap_3d_printer_controller_p/ax5mini.htm" #define BOARD_WEBSITE_URL "http://www.panucatt.com/azteeg_X5_mini_reprap_3d_printer_controller_p/ax5mini.htm"

View file

@ -29,7 +29,7 @@
#error "Oops! Make sure you have the LPC1769 environment selected in your IDE." #error "Oops! Make sure you have the LPC1769 environment selected in your IDE."
#endif #endif
#define BOARD_NAME "Azteeg X5 MINI WIFI" #define BOARD_INFO_NAME "Azteeg X5 MINI WIFI"
// //
// DIGIPOT slave addresses // DIGIPOT slave addresses

View file

@ -29,7 +29,7 @@
#error "Oops! Make sure you have the LPC1769 environment selected in your IDE." #error "Oops! Make sure you have the LPC1769 environment selected in your IDE."
#endif #endif
#define BOARD_NAME "Cohesion3D Mini" #define BOARD_INFO_NAME "Cohesion3D Mini"
// //
// Servos // Servos

View file

@ -29,7 +29,7 @@
#error "Oops! Make sure you have the LPC1769 environment selected in your IDE." #error "Oops! Make sure you have the LPC1769 environment selected in your IDE."
#endif #endif
#define BOARD_NAME "Cohesion3D ReMix" #define BOARD_INFO_NAME "Cohesion3D ReMix"
// //
// Servos // Servos

View file

@ -29,7 +29,7 @@
#error "Oops! Make sure you have the LPC1769 environment selected in your IDE." #error "Oops! Make sure you have the LPC1769 environment selected in your IDE."
#endif #endif
#define BOARD_NAME "MKS SGen" #define BOARD_INFO_NAME "MKS SGen"
#define BOARD_WEBSITE_URL "https://github.com/makerbase-mks/MKS-SGEN" #define BOARD_WEBSITE_URL "https://github.com/makerbase-mks/MKS-SGEN"
#include "../lpc1768/pins_MKS_SBASE.h" #include "../lpc1768/pins_MKS_SBASE.h"

View file

@ -29,7 +29,7 @@
#error "Oops! Make sure you have the LPC1769 environment selected in your IDE." #error "Oops! Make sure you have the LPC1769 environment selected in your IDE."
#endif #endif
#define BOARD_NAME "Smoothieboard" #define BOARD_INFO_NAME "Smoothieboard"
#define BOARD_WEBSITE_URL "http://smoothieware.org/smoothieboard" #define BOARD_WEBSITE_URL "http://smoothieware.org/smoothieboard"
// //

View file

@ -29,7 +29,7 @@
#error "Oops! Make sure you have the LPC1769 environment selected in your IDE." #error "Oops! Make sure you have the LPC1769 environment selected in your IDE."
#endif #endif
#define BOARD_NAME "TH3D EZBoard" #define BOARD_INFO_NAME "TH3D EZBoard"
#define BOARD_WEBSITE_URL "https://www.th3dstudio.com/product/ezboard-lite/" #define BOARD_WEBSITE_URL "https://www.th3dstudio.com/product/ezboard-lite/"
// //

View file

@ -29,7 +29,7 @@
#error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'" #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Cheaptronic v1.0" #define BOARD_INFO_NAME "Cheaptronic v1.0"
// //
// Limit Switches // Limit Switches
// //

View file

@ -31,7 +31,7 @@
#error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'" #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Cheaptronic v2.0" #define BOARD_INFO_NAME "Cheaptronic v2.0"
// //
// Limit Switches // Limit Switches

View file

@ -6,7 +6,7 @@
#error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'" #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "CN Controls V11" #define BOARD_INFO_NAME "CN Controls V11"
// //
// Limit Switches // Limit Switches

View file

@ -6,7 +6,7 @@
#error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'" #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "CN Controls V12" #define BOARD_INFO_NAME "CN Controls V12"
// //
// Limit Switches // Limit Switches

View file

@ -6,7 +6,7 @@
#error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'" #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "CN Controls V15" #define BOARD_INFO_NAME "CN Controls V15"
// //
// Servos // Servos

View file

@ -30,7 +30,7 @@
#error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'" #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Einstart-S" #define BOARD_INFO_NAME "Einstart-S"
// //
// Limit Switches // Limit Switches

View file

@ -29,7 +29,7 @@
#error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'" #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Elefu Ra v3" #define BOARD_INFO_NAME "Elefu Ra v3"
// //
// Limit Switches // Limit Switches

View file

@ -31,8 +31,8 @@
#error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'" #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#ifndef BOARD_NAME #ifndef BOARD_INFO_NAME
#define BOARD_NAME "GT2560 Rev.A" #define BOARD_INFO_NAME "GT2560 Rev.A"
#endif #endif
#define DEFAULT_MACHINE_NAME "Prusa i3 Pro B" #define DEFAULT_MACHINE_NAME "Prusa i3 Pro B"

View file

@ -25,7 +25,7 @@
* Geeetech GT2560 Revision A+ board pin assignments * Geeetech GT2560 Revision A+ board pin assignments
*/ */
#define BOARD_NAME "GT2560 Rev.A+" #define BOARD_INFO_NAME "GT2560 Rev.A+"
#include "pins_GT2560_REV_A.h" #include "pins_GT2560_REV_A.h"

View file

@ -29,8 +29,8 @@
#error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'" #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#ifndef BOARD_NAME #ifndef BOARD_INFO_NAME
#define BOARD_NAME "GT2560 V3.0" #define BOARD_INFO_NAME "GT2560 V3.0"
#endif #endif
// //

View file

@ -25,7 +25,7 @@
* GT2560 V3.0 pin assignment (for Mecreator 2) * GT2560 V3.0 pin assignment (for Mecreator 2)
*****************************************************************/ *****************************************************************/
#define BOARD_NAME "GT2560 V3.0 (MC2)" #define BOARD_INFO_NAME "GT2560 V3.0 (MC2)"
#define X_MIN_PIN 22 #define X_MIN_PIN 22
#define X_MAX_PIN 24 #define X_MAX_PIN 24

View file

@ -29,7 +29,7 @@
#error "Oops! Select 'Mega 1280' or 'Mega 2560' in 'Tools > Board.'" #error "Oops! Select 'Mega 1280' or 'Mega 2560' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Leapfrog" #define BOARD_INFO_NAME "Leapfrog"
// //
// Limit Switches // Limit Switches

View file

@ -31,7 +31,7 @@
#error "Mega Controller supports up to 2 hotends / E-steppers. Comment out this line to continue." #error "Mega Controller supports up to 2 hotends / E-steppers. Comment out this line to continue."
#endif #endif
#define BOARD_NAME "Mega Controller" #define BOARD_INFO_NAME "Mega Controller"
// //
// Servos // Servos

View file

@ -29,7 +29,7 @@
#error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'" #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Megatronics" #define BOARD_INFO_NAME "Megatronics"
// //
// Limit Switches // Limit Switches
// //

View file

@ -29,7 +29,7 @@
#error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'" #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Megatronics v2.0" #define BOARD_INFO_NAME "Megatronics v2.0"
// //
// Limit Switches // Limit Switches
// //

View file

@ -30,11 +30,11 @@
#endif #endif
#if MB(MEGATRONICS_32) #if MB(MEGATRONICS_32)
#define BOARD_NAME "Megatronics v3.2" #define BOARD_INFO_NAME "Megatronics v3.2"
#elif MB(MEGATRONICS_31) #elif MB(MEGATRONICS_31)
#define BOARD_NAME "Megatronics v3.1" #define BOARD_INFO_NAME "Megatronics v3.1"
#else #else
#define BOARD_NAME "Megatronics v3.0" #define BOARD_INFO_NAME "Megatronics v3.0"
#endif #endif
// //

View file

@ -41,7 +41,7 @@
#error "Oops! Select 'Mega 1280' or 'Mega 2560' in 'Tools > Board.'" #error "Oops! Select 'Mega 1280' or 'Mega 2560' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Mightyboard" #define BOARD_INFO_NAME "Mightyboard"
#define DEFAULT_MACHINE_NAME "MB Replicator" #define DEFAULT_MACHINE_NAME "MB Replicator"
// //

View file

@ -38,7 +38,7 @@
#error "Minitronics supports up to 2 hotends / E-steppers. Comment out this line to continue." #error "Minitronics supports up to 2 hotends / E-steppers. Comment out this line to continue."
#endif #endif
#define BOARD_NAME "Minitronics v1.0/1.1" #define BOARD_INFO_NAME "Minitronics v1.0/1.1"
// //
// Limit Switches // Limit Switches
// //

View file

@ -31,8 +31,8 @@
#error "Overlord Controller supports up to 2 hotends / E-steppers. Comment out this line to continue." #error "Overlord Controller supports up to 2 hotends / E-steppers. Comment out this line to continue."
#endif #endif
#define BOARD_NAME "OVERLORD" #define BOARD_INFO_NAME "OVERLORD"
#define DEFAULT_MACHINE_NAME BOARD_NAME #define DEFAULT_MACHINE_NAME BOARD_INFO_NAME
// //
// Limit Switches // Limit Switches

View file

@ -25,7 +25,7 @@
#error "Oops! Select 'Silvergate' in 'Tools > Board.'" #error "Oops! Select 'Silvergate' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Silver Gate" #define BOARD_INFO_NAME "Silver Gate"
#define X_STEP_PIN 43 #define X_STEP_PIN 43
#define X_DIR_PIN 44 #define X_DIR_PIN 44

View file

@ -29,7 +29,7 @@
#error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'" #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Wanhao i3 Mini 0ne+" #define BOARD_INFO_NAME "Wanhao i3 Mini 0ne+"
#define DEFAULT_MACHINE_NAME "i3 Mini" #define DEFAULT_MACHINE_NAME "i3 Mini"
#define BOARD_WEBSITE_URL "https://tinyurl.com/yyxw7se7" #define BOARD_WEBSITE_URL "https://tinyurl.com/yyxw7se7"

View file

@ -29,7 +29,7 @@
#error "Oops! Select 'Arduino Mega 2560 or Rambo' in 'Tools > Board.'" #error "Oops! Select 'Arduino Mega 2560 or Rambo' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Einsy Rambo" #define BOARD_INFO_NAME "Einsy Rambo"
// //
// TMC2130 Configuration_adv defaults for EinsyRambo // TMC2130 Configuration_adv defaults for EinsyRambo

View file

@ -29,7 +29,7 @@
#error "Oops! Select 'Arduino Mega 2560 or Rambo' in 'Tools > Board.'" #error "Oops! Select 'Arduino Mega 2560 or Rambo' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Einsy Retro" #define BOARD_INFO_NAME "Einsy Retro"
// //
// TMC2130 Configuration_adv defaults for EinsyRetro // TMC2130 Configuration_adv defaults for EinsyRetro

View file

@ -30,9 +30,9 @@
#endif #endif
#if MB(MINIRAMBO_10A) #if MB(MINIRAMBO_10A)
#define BOARD_NAME "Mini RAMBo 1.0a" #define BOARD_INFO_NAME "Mini RAMBo 1.0a"
#else #else
#define BOARD_NAME "Mini RAMBo" #define BOARD_INFO_NAME "Mini RAMBo"
#endif #endif
// //

View file

@ -45,7 +45,7 @@
#error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'" #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Rambo" #define BOARD_INFO_NAME "Rambo"
// //
// Servos // Servos

View file

@ -29,7 +29,7 @@
#error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'" #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Scoovo X9H" #define BOARD_INFO_NAME "Scoovo X9H"
// //
// Servos // Servos

View file

@ -25,12 +25,12 @@
* 3DRAG (and K8200 / K8400) Arduino Mega with RAMPS v1.4 pin assignments * 3DRAG (and K8200 / K8400) Arduino Mega with RAMPS v1.4 pin assignments
*/ */
#ifndef BOARD_NAME #ifndef BOARD_INFO_NAME
#define BOARD_NAME "3Drag" #define BOARD_INFO_NAME "3Drag"
#endif #endif
#ifndef DEFAULT_MACHINE_NAME #ifndef DEFAULT_MACHINE_NAME
#define DEFAULT_MACHINE_NAME BOARD_NAME #define DEFAULT_MACHINE_NAME BOARD_INFO_NAME
#endif #endif
#ifndef DEFAULT_SOURCE_CODE_URL #ifndef DEFAULT_SOURCE_CODE_URL

View file

@ -34,7 +34,7 @@
#if ENABLED(CASE_LIGHT_ENABLE) && !PIN_EXISTS(CASE_LIGHT) #if ENABLED(CASE_LIGHT_ENABLE) && !PIN_EXISTS(CASE_LIGHT)
#define CASE_LIGHT_PIN 6 // Define before RAMPS pins include #define CASE_LIGHT_PIN 6 // Define before RAMPS pins include
#endif #endif
#define BOARD_NAME "Azteeg X3" #define BOARD_INFO_NAME "Azteeg X3"
// //
// Servos // Servos

View file

@ -31,7 +31,7 @@
#error "Azteeg X3 Pro supports up to 5 hotends / E-steppers. Comment out this line to continue." #error "Azteeg X3 Pro supports up to 5 hotends / E-steppers. Comment out this line to continue."
#endif #endif
#define BOARD_NAME "Azteeg X3 Pro" #define BOARD_INFO_NAME "Azteeg X3 Pro"
// //
// RAMPS pins overrides // RAMPS pins overrides

View file

@ -29,7 +29,7 @@
#error "2PrintBeta Due supports up to 2 hotends / E-steppers. Comment out this line to continue." #error "2PrintBeta Due supports up to 2 hotends / E-steppers. Comment out this line to continue."
#endif #endif
#define BOARD_NAME "2PrintBeta Due" #define BOARD_INFO_NAME "2PrintBeta Due"
// //
// M3/M4/M5 - Spindle/Laser Control // M3/M4/M5 - Spindle/Laser Control

View file

@ -29,7 +29,7 @@
#error "KFB 2.0 supports up to 2 hotends / E-steppers. Comment out this line to continue." #error "KFB 2.0 supports up to 2 hotends / E-steppers. Comment out this line to continue."
#endif #endif
#define BOARD_NAME "KFB 2.0" #define BOARD_INFO_NAME "KFB 2.0"
// //
// Heaters / Fans // Heaters / Fans

View file

@ -29,7 +29,7 @@
#error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'" #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "ZUM Mega 3D" #define BOARD_INFO_NAME "ZUM Mega 3D"
// //
// Heaters / Fans // Heaters / Fans

View file

@ -29,7 +29,7 @@
#error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'" #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Duplicator i3 Plus" #define BOARD_INFO_NAME "Duplicator i3 Plus"
// //
// Limit Switches // Limit Switches

View file

@ -29,7 +29,7 @@
#error "Felix 2.0+ supports up to 2 hotends / E-steppers. Comment out this line to continue." #error "Felix 2.0+ supports up to 2 hotends / E-steppers. Comment out this line to continue."
#endif #endif
#define BOARD_NAME "Felix 2.0+" #define BOARD_INFO_NAME "Felix 2.0+"
// //
// Heaters / Fans // Heaters / Fans

View file

@ -31,8 +31,8 @@
#error "Formbot supports up to 3 hotends / E-steppers. Comment out this line to continue." #error "Formbot supports up to 3 hotends / E-steppers. Comment out this line to continue."
#endif #endif
#define BOARD_NAME "Formbot Raptor" #define BOARD_INFO_NAME "Formbot Raptor"
#define DEFAULT_MACHINE_NAME BOARD_NAME #define DEFAULT_MACHINE_NAME BOARD_INFO_NAME
// //
// Servos // Servos

View file

@ -25,8 +25,8 @@
* Formbot Raptor 2 pin assignments * Formbot Raptor 2 pin assignments
*/ */
#define BOARD_NAME "Formbot Raptor2" #define BOARD_INFO_NAME "Formbot Raptor2"
#define DEFAULT_MACHINE_NAME BOARD_NAME #define DEFAULT_MACHINE_NAME BOARD_INFO_NAME
#define FAN_PIN 6 #define FAN_PIN 6

View file

@ -31,8 +31,8 @@
#error "Formbot supports up to 2 hotends / E-steppers. Comment out this line to continue." #error "Formbot supports up to 2 hotends / E-steppers. Comment out this line to continue."
#endif #endif
#define BOARD_NAME "Formbot" #define BOARD_INFO_NAME "Formbot"
#define DEFAULT_MACHINE_NAME BOARD_NAME #define DEFAULT_MACHINE_NAME BOARD_INFO_NAME
// //
// Servos // Servos

View file

@ -31,8 +31,8 @@
#error "Formbot supports up to 2 hotends / E-steppers. Comment out this line to continue." #error "Formbot supports up to 2 hotends / E-steppers. Comment out this line to continue."
#endif #endif
#define BOARD_NAME "Formbot" #define BOARD_INFO_NAME "Formbot"
#define DEFAULT_MACHINE_NAME BOARD_NAME #define DEFAULT_MACHINE_NAME BOARD_INFO_NAME
// //
// Servos // Servos

View file

@ -33,7 +33,7 @@
//#error "SD_DETECT_INVERTED must be disabled for the FYSETC_F6_13 board." //#error "SD_DETECT_INVERTED must be disabled for the FYSETC_F6_13 board."
#endif #endif
#define BOARD_NAME "FYSETC F6 1.3" #define BOARD_INFO_NAME "FYSETC F6 1.3"
#define RESET_PIN 30 #define RESET_PIN 30
#define SPI_FLASH_CS 83 #define SPI_FLASH_CS 83

View file

@ -26,7 +26,7 @@
* Identical to 3DRAG * Identical to 3DRAG
*/ */
#define BOARD_NAME "Velleman K8200" #define BOARD_INFO_NAME "Velleman K8200"
#define DEFAULT_MACHINE_NAME "K8200" #define DEFAULT_MACHINE_NAME "K8200"
#define DEFAULT_SOURCE_CODE_URL "https://github.com/CONSULitAS/Marlin-K8200" #define DEFAULT_SOURCE_CODE_URL "https://github.com/CONSULitAS/Marlin-K8200"

View file

@ -32,7 +32,7 @@
* - Second heater has moved pin * - Second heater has moved pin
*/ */
#define BOARD_NAME "K8400" #define BOARD_INFO_NAME "K8400"
#define DEFAULT_MACHINE_NAME "Vertex" #define DEFAULT_MACHINE_NAME "Vertex"
#include "pins_3DRAG.h" #include "pins_3DRAG.h"

View file

@ -29,7 +29,7 @@
#error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'" #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "K8800" #define BOARD_INFO_NAME "K8800"
#define DEFAULT_MACHINE_NAME "Vertex Delta" #define DEFAULT_MACHINE_NAME "Vertex Delta"
//#define LCD_SCREEN_ROT_180 //#define LCD_SCREEN_ROT_180

View file

@ -21,7 +21,7 @@
*/ */
#pragma once #pragma once
#define BOARD_NAME "MAKEboard Mini" #define BOARD_INFO_NAME "MAKEboard Mini"
// //
// Only 3 Limit Switch plugs on Micromake C1 // Only 3 Limit Switch plugs on Micromake C1

View file

@ -31,7 +31,7 @@
#error "MKS BASE 1.0 supports up to 2 hotends / E-steppers. Comment out this line to continue." #error "MKS BASE 1.0 supports up to 2 hotends / E-steppers. Comment out this line to continue."
#endif #endif
#define BOARD_NAME "MKS BASE 1.0" #define BOARD_INFO_NAME "MKS BASE 1.0"
// //
// Heaters / Fans // Heaters / Fans

View file

@ -29,7 +29,7 @@
#error "MKS BASE 1.4 only supports up to 2 hotends / E-steppers. Comment out this line to continue." #error "MKS BASE 1.4 only supports up to 2 hotends / E-steppers. Comment out this line to continue."
#endif #endif
#define BOARD_NAME "MKS BASE 1.4" #define BOARD_INFO_NAME "MKS BASE 1.4"
// //
// Heaters / Fans // Heaters / Fans

View file

@ -34,7 +34,7 @@
#error "MKS GEN 1.3/1.4 supports up to 2 hotends / E-steppers. Comment out this line to continue." #error "MKS GEN 1.3/1.4 supports up to 2 hotends / E-steppers. Comment out this line to continue."
#endif #endif
#define BOARD_NAME "MKS GEN >= v1.3" #define BOARD_INFO_NAME "MKS GEN >= v1.3"
// //
// Heaters / Fans // Heaters / Fans

View file

@ -29,7 +29,7 @@
#error "MKS GEN L supports up to 2 hotends / E-steppers. Comment out this line to continue." #error "MKS GEN L supports up to 2 hotends / E-steppers. Comment out this line to continue."
#endif #endif
#define BOARD_NAME "MKS GEN L" #define BOARD_INFO_NAME "MKS GEN L"
// //
// Heaters / Fans // Heaters / Fans

View file

@ -57,8 +57,8 @@
#endif #endif
#endif #endif
#ifndef BOARD_NAME #ifndef BOARD_INFO_NAME
#define BOARD_NAME "RAMPS 1.4" #define BOARD_INFO_NAME "RAMPS 1.4"
#endif #endif
// //

View file

@ -34,8 +34,8 @@
* *
*/ */
#ifndef BOARD_NAME #ifndef BOARD_INFO_NAME
#define BOARD_NAME "RAMPS 1.3" #define BOARD_INFO_NAME "RAMPS 1.3"
#endif #endif
#define IS_RAMPS_13 #define IS_RAMPS_13

View file

@ -25,7 +25,7 @@
#error "Creality3D RAMPS supports only 2 hotends / E-steppers. Comment out this line to continue." #error "Creality3D RAMPS supports only 2 hotends / E-steppers. Comment out this line to continue."
#endif #endif
#define BOARD_NAME "Creality3D RAMPS" #define BOARD_INFO_NAME "Creality3D RAMPS"
// //
// Heaters / Fans // Heaters / Fans

View file

@ -25,7 +25,7 @@
#error "Dagoma3D F5 RAMPS supports only 2 hotends / E-steppers. Comment out this line to continue." #error "Dagoma3D F5 RAMPS supports only 2 hotends / E-steppers. Comment out this line to continue."
#endif #endif
#define BOARD_NAME "Dagoma3D F5 RAMPS" #define BOARD_INFO_NAME "Dagoma3D F5 RAMPS"
#define X_STOP_PIN 2 #define X_STOP_PIN 2
#define Y_STOP_PIN 3 #define Y_STOP_PIN 3

View file

@ -25,7 +25,7 @@
#error "Ender-4 supports only 1 hotend / E-stepper. Comment out this line to continue." #error "Ender-4 supports only 1 hotend / E-stepper. Comment out this line to continue."
#endif #endif
#define BOARD_NAME "Ender-4" #define BOARD_INFO_NAME "Ender-4"
#include "pins_RAMPS.h" #include "pins_RAMPS.h"

View file

@ -29,7 +29,7 @@
#error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'" #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "RAMPS <1.2" #define BOARD_INFO_NAME "RAMPS <1.2"
// Uncomment the following line for RAMPS v1.0 // Uncomment the following line for RAMPS v1.0
//#define RAMPS_V_1_0 //#define RAMPS_V_1_0

View file

@ -42,7 +42,7 @@
#error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'" #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "RAMPS 1.4 Plus" #define BOARD_INFO_NAME "RAMPS 1.4 Plus"
#define RAMPS_D8_PIN 10 #define RAMPS_D8_PIN 10
#define RAMPS_D10_PIN 8 #define RAMPS_D10_PIN 8

View file

@ -25,8 +25,8 @@
* RIGIDBOARD Arduino Mega with RAMPS v1.4 pin assignments * RIGIDBOARD Arduino Mega with RAMPS v1.4 pin assignments
*/ */
#ifndef BOARD_NAME #ifndef BOARD_INFO_NAME
#define BOARD_NAME "RigidBoard" #define BOARD_INFO_NAME "RigidBoard"
#endif #endif
// //

View file

@ -25,7 +25,7 @@
* RIGIDBOARD V2 Arduino Mega with RAMPS v1.4 pin assignments * RIGIDBOARD V2 Arduino Mega with RAMPS v1.4 pin assignments
*/ */
#define BOARD_NAME "RigidBoard V2" #define BOARD_INFO_NAME "RigidBoard V2"
#include "pins_RIGIDBOARD.h" #include "pins_RIGIDBOARD.h"

View file

@ -26,7 +26,7 @@
* extruder motors due to dual Z motors. Pinout therefore based on pins_RUMBA.h. * extruder motors due to dual Z motors. Pinout therefore based on pins_RUMBA.h.
*/ */
#define BOARD_NAME "RL200" #define BOARD_INFO_NAME "RL200"
#define DEFAULT_MACHINE_NAME "Rapide Lite 200" #define DEFAULT_MACHINE_NAME "Rapide Lite 200"
#if HOTENDS > 2 || E_STEPPERS > 2 #if HOTENDS > 2 || E_STEPPERS > 2

View file

@ -31,11 +31,11 @@
#error "RUMBA supports up to 3 hotends / E-steppers. Comment out this line to continue." #error "RUMBA supports up to 3 hotends / E-steppers. Comment out this line to continue."
#endif #endif
#ifndef BOARD_NAME #ifndef BOARD_INFO_NAME
#define BOARD_NAME "Rumba" #define BOARD_INFO_NAME "Rumba"
#endif #endif
#ifndef DEFAULT_MACHINE_NAME #ifndef DEFAULT_MACHINE_NAME
#define DEFAULT_MACHINE_NAME BOARD_NAME #define DEFAULT_MACHINE_NAME BOARD_INFO_NAME
#endif #endif
// //

View file

@ -21,7 +21,7 @@
*/ */
#pragma once #pragma once
#define BOARD_NAME "Raise3D Rumba" #define BOARD_INFO_NAME "Raise3D Rumba"
#define DEFAULT_MACHINE_NAME "Raise3D N Series" #define DEFAULT_MACHINE_NAME "Raise3D N Series"
// Raise3D uses thermocouples on the standard input pins // Raise3D uses thermocouples on the standard input pins

View file

@ -29,7 +29,7 @@
#error "Sainsmart 2-in-1 supports up to 2 hotends / E-steppers. Comment out this line to continue." #error "Sainsmart 2-in-1 supports up to 2 hotends / E-steppers. Comment out this line to continue."
#endif #endif
#define BOARD_NAME "Sainsmart" #define BOARD_INFO_NAME "Sainsmart"
// //
// Heaters / Fans // Heaters / Fans

View file

@ -25,7 +25,7 @@
* Arduino Mega with RAMPS v1.3 for Anycubic * Arduino Mega with RAMPS v1.3 for Anycubic
*/ */
#define BOARD_NAME "Anycubic RAMPS 1.3" #define BOARD_INFO_NAME "Anycubic RAMPS 1.3"
#define IS_RAMPS_EFB #define IS_RAMPS_EFB
#define RAMPS_D9_PIN 44 #define RAMPS_D9_PIN 44

View file

@ -25,7 +25,7 @@
* Arduino Mega with RAMPS v1.4 for Anycubic * Arduino Mega with RAMPS v1.4 for Anycubic
*/ */
#define BOARD_NAME "Anycubic RAMPS 1.4" #define BOARD_INFO_NAME "Anycubic RAMPS 1.4"
// //
// Servos // Servos

View file

@ -31,7 +31,7 @@
#error "TRONXY-V3-1.0 supports only 2 hotends/E-steppers. Comment out this line to continue." #error "TRONXY-V3-1.0 supports only 2 hotends/E-steppers. Comment out this line to continue."
#endif #endif
#define BOARD_NAME "TRONXY-V3-1.0" #define BOARD_INFO_NAME "TRONXY-V3-1.0"
// //
// Servos // Servos

View file

@ -28,8 +28,8 @@
#error "TTOSCAR supports up to 5 hotends / E-steppers. Comment out this line to continue." #error "TTOSCAR supports up to 5 hotends / E-steppers. Comment out this line to continue."
#endif #endif
#define BOARD_NAME "TT OSCAR" #define BOARD_INFO_NAME "TT OSCAR"
#define DEFAULT_MACHINE_NAME BOARD_NAME #define DEFAULT_MACHINE_NAME BOARD_INFO_NAME
// //
// Servos // Servos

View file

@ -37,7 +37,7 @@
#error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'" #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Ultimaker 2.x" #define BOARD_INFO_NAME "Ultimaker 2.x"
#define DEFAULT_MACHINE_NAME "Ultimaker" #define DEFAULT_MACHINE_NAME "Ultimaker"
#define DEFAULT_SOURCE_CODE_URL "https://github.com/Ultimaker/Marlin" #define DEFAULT_SOURCE_CODE_URL "https://github.com/Ultimaker/Marlin"

View file

@ -37,8 +37,8 @@
#error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'" #error "Oops! Select 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Ultimaker" #define BOARD_INFO_NAME "Ultimaker"
#define DEFAULT_MACHINE_NAME BOARD_NAME #define DEFAULT_MACHINE_NAME BOARD_INFO_NAME
#define DEFAULT_SOURCE_CODE_URL "https://github.com/Ultimaker/Marlin" #define DEFAULT_SOURCE_CODE_URL "https://github.com/Ultimaker/Marlin"
// //

View file

@ -36,7 +36,7 @@
* the revisions provided inconsistent information. * the revisions provided inconsistent information.
* *
* As best I can determine: * As best I can determine:
* 1.5.3 boards should use the pins_ULTIMAKER.h file which means the BOARD_NAME * 1.5.3 boards should use the pins_ULTIMAKER.h file which means the BOARD_INFO_NAME
* define in this file should say 1.5.3 rather than 1.5.4 * define in this file should say 1.5.3 rather than 1.5.4
* This file is meant for 1.1 - 1.3 boards. * This file is meant for 1.1 - 1.3 boards.
* The endstops for the 1.0 boards use different definitions than on the 1.1 - 1.3 * The endstops for the 1.0 boards use different definitions than on the 1.1 - 1.3
@ -65,13 +65,13 @@
#endif #endif
#ifdef BOARD_REV_1_1_TO_1_3 #ifdef BOARD_REV_1_1_TO_1_3
#define BOARD_NAME "Ultimaker 1.1-1.3" #define BOARD_INFO_NAME "Ultimaker 1.1-1.3"
#elif defined(BOARD_REV_1_0) #elif defined(BOARD_REV_1_0)
#define BOARD_NAME "Ultimaker 1.0" #define BOARD_INFO_NAME "Ultimaker 1.0"
#elif defined(BOARD_REV_1_5) #elif defined(BOARD_REV_1_5)
#define BOARD_NAME "Ultimaker 1.5" #define BOARD_INFO_NAME "Ultimaker 1.5"
#else #else
#define BOARD_NAME "Ultimaker 1.5.4+" #define BOARD_INFO_NAME "Ultimaker 1.5.4+"
#endif #endif
#define DEFAULT_MACHINE_NAME "Ultimaker" #define DEFAULT_MACHINE_NAME "Ultimaker"
#define DEFAULT_SOURCE_CODE_URL "https://github.com/Ultimaker/Marlin" #define DEFAULT_SOURCE_CODE_URL "https://github.com/Ultimaker/Marlin"

View file

@ -26,7 +26,7 @@
* See https://github.com/mzbotreprap/VORON/blob/master/Firmware/Marlin/pins_RAMPS_VORON.h * See https://github.com/mzbotreprap/VORON/blob/master/Firmware/Marlin/pins_RAMPS_VORON.h
*/ */
#define BOARD_NAME "VORON Design v2" #define BOARD_INFO_NAME "VORON Design v2"
#define RAMPS_D8_PIN 11 #define RAMPS_D8_PIN 11

View file

@ -31,7 +31,7 @@
#error "Z-Bolt X Series board supports up to 4 hotends / E-steppers." #error "Z-Bolt X Series board supports up to 4 hotends / E-steppers."
#endif #endif
#define BOARD_NAME "Z-Bolt X Series" #define BOARD_INFO_NAME "Z-Bolt X Series"
// //
// Servos // Servos

View file

@ -25,7 +25,7 @@
* Arduino DUE Shield Kit (ADSK) pin assignments * Arduino DUE Shield Kit (ADSK) pin assignments
*/ */
#define BOARD_NAME "ADSK" #define BOARD_INFO_NAME "ADSK"
#if !defined(__SAM3X8E__) && !defined(__AVR_ATmega1280__) && !defined(__AVR_ATmega2560__) #if !defined(__SAM3X8E__) && !defined(__AVR_ATmega1280__) && !defined(__AVR_ATmega2560__)
#error "Oops! Select 'Arduino Due or Mega' in 'Tools > Board.'" #error "Oops! Select 'Arduino Due or Mega' in 'Tools > Board.'"

View file

@ -30,7 +30,7 @@
#error "Oops! Select 'Arduino Due' in 'Tools > Board.'" #error "Oops! Select 'Arduino Due' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Alligator Board R2" #define BOARD_INFO_NAME "Alligator Board R2"
// //
// Servos // Servos

View file

@ -41,7 +41,7 @@
#error "Oops! Select 'Archim' in 'Tools > Board.'" #error "Oops! Select 'Archim' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Archim 1.0" #define BOARD_INFO_NAME "Archim 1.0"
// //
// Items marked * have been altered from Archim v1.0 // Items marked * have been altered from Archim v1.0

View file

@ -43,7 +43,7 @@
#error "Archim2 requires Software SPI. Enable TMC_USE_SW_SPI in Configuration_adv.h." #error "Archim2 requires Software SPI. Enable TMC_USE_SW_SPI in Configuration_adv.h."
#endif #endif
#define BOARD_NAME "Archim 2.0" #define BOARD_INFO_NAME "Archim 2.0"
// //
// Items marked * have been altered from Archim v1.0 // Items marked * have been altered from Archim v1.0

View file

@ -29,7 +29,7 @@
#error "Oops! Select 'Arduino Due' in 'Tools > Board.'" #error "Oops! Select 'Arduino Due' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "DUE3DOM" #define BOARD_INFO_NAME "DUE3DOM"
// //
// Servos // Servos

View file

@ -29,7 +29,7 @@
#error "Oops! Select 'Arduino Due' in 'Tools > Board.'" #error "Oops! Select 'Arduino Due' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "DUE3DOM MINI" #define BOARD_INFO_NAME "DUE3DOM MINI"
// //
// Servos // Servos

View file

@ -29,8 +29,8 @@
#error "Oops! Select 'Arduino Due' in 'Tools > Board.'" #error "Oops! Select 'Arduino Due' in 'Tools > Board.'"
#endif #endif
#ifndef BOARD_NAME #ifndef BOARD_INFO_NAME
#define BOARD_NAME "PRINTRBOARD_G2" #define BOARD_INFO_NAME "PRINTRBOARD_G2"
#endif #endif
// //

View file

@ -29,7 +29,7 @@
#error "Oops! Select 'Arduino Due' in 'Tools > Board.'" #error "Oops! Select 'Arduino Due' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "RADDS" #define BOARD_INFO_NAME "RADDS"
// //
// Servos // Servos

View file

@ -43,7 +43,7 @@
#error "Oops! Select 'Arduino Due' or 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'" #error "Oops! Select 'Arduino Due' or 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "RAMPS4DUE" #define BOARD_INFO_NAME "RAMPS4DUE"
#define IS_RAMPS4DUE #define IS_RAMPS4DUE
// //

View file

@ -47,7 +47,7 @@
#error "Oops! Select 'Arduino Due' or 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'" #error "Oops! Select 'Arduino Due' or 'Arduino/Genuino Mega or Mega 2560' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "RAMPS Duo" #define BOARD_INFO_NAME "RAMPS Duo"
#define IS_RAMPS_DUO #define IS_RAMPS_DUO
#include "pins_RAMPS.h" #include "pins_RAMPS.h"

View file

@ -32,8 +32,8 @@
#error "Oops! Select 'Arduino Due' in 'Tools > Board.'" #error "Oops! Select 'Arduino Due' in 'Tools > Board.'"
#endif #endif
#ifndef BOARD_NAME #ifndef BOARD_INFO_NAME
#define BOARD_NAME "RAMPS-FD v1" #define BOARD_INFO_NAME "RAMPS-FD v1"
#endif #endif
#define INVERTED_HEATER_PINS #define INVERTED_HEATER_PINS

View file

@ -28,7 +28,7 @@
* Use 1k thermistor tables * Use 1k thermistor tables
*/ */
#define BOARD_NAME "RAMPS-FD v2" #define BOARD_INFO_NAME "RAMPS-FD v2"
#ifndef E0_CS_PIN #ifndef E0_CS_PIN
#define E0_CS_PIN 69 // moved from A13 to A15 on v2.2, if not earlier #define E0_CS_PIN 69 // moved from A13 to A15 on v2.2, if not earlier

View file

@ -64,7 +64,7 @@
#error "Oops! Select 'Arduino Due' in 'Tools > Board.'" #error "Oops! Select 'Arduino Due' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "RAMPS-SMART" #define BOARD_INFO_NAME "RAMPS-SMART"
#define IS_RAMPS_SMART #define IS_RAMPS_SMART
#include "pins_RAMPS.h" #include "pins_RAMPS.h"

View file

@ -36,7 +36,7 @@
#error "Oops! Select 'Arduino Due' in 'Tools > Board.'" #error "Oops! Select 'Arduino Due' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "RuRAMPS4Due v1.1" #define BOARD_INFO_NAME "RuRAMPS4Due v1.1"
// //
// Servos // Servos

View file

@ -36,7 +36,7 @@
#error "Oops! Select 'Arduino Due' in 'Tools > Board.'" #error "Oops! Select 'Arduino Due' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "RuRAMPS4Due v1.3" #define BOARD_INFO_NAME "RuRAMPS4Due v1.3"
// //
// Servos // Servos

View file

@ -29,7 +29,7 @@
#error "Oops! Select 'Arduino Due' in 'Tools > Board.'" #error "Oops! Select 'Arduino Due' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Ultratronics v1.0" #define BOARD_INFO_NAME "Ultratronics v1.0"
// //
// Servos // Servos

View file

@ -26,7 +26,7 @@
#error "Oops! Select 'Adafruit Grand Central M4' in 'Tools > Board.'" #error "Oops! Select 'Adafruit Grand Central M4' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "RuRAMPS4AGCM4 v1.3" #define BOARD_INFO_NAME "RuRAMPS4AGCM4 v1.3"
// //
// Servos // Servos

View file

@ -93,7 +93,7 @@
#error "Oops! Select 'Sanguino' in 'Tools > Board' and 'ATmega1284P' in 'Tools > Processor.' (For PlatformIO, use 'melzi' or 'melzi_optiboot.')" #error "Oops! Select 'Sanguino' in 'Tools > Board' and 'ATmega1284P' in 'Tools > Processor.' (For PlatformIO, use 'melzi' or 'melzi_optiboot.')"
#endif #endif
#define BOARD_NAME "Anet 1.0" #define BOARD_INFO_NAME "Anet 1.0"
// //
// Limit Switches // Limit Switches

View file

@ -25,6 +25,6 @@
* Azteeg X1 pin assignments * Azteeg X1 pin assignments
*/ */
#define BOARD_NAME "Azteeg X1" #define BOARD_INFO_NAME "Azteeg X1"
#include "pins_SANGUINOLOLU_12.h" #include "pins_SANGUINOLOLU_12.h"

View file

@ -54,7 +54,7 @@
#error "Oops! Select 'Sanguino' in 'Tools > Board.'" #error "Oops! Select 'Sanguino' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Gen3 Monolithic" #define BOARD_INFO_NAME "Gen3 Monolithic"
#define DEBUG_PIN 0 #define DEBUG_PIN 0
// //

View file

@ -55,7 +55,7 @@
#error "Oops! Select 'Sanguino' in 'Tools > Boards' and 'ATmega644P' or 'ATmega1284P' in 'Tools > Processor.'" #error "Oops! Select 'Sanguino' in 'Tools > Boards' and 'ATmega644P' or 'ATmega1284P' in 'Tools > Processor.'"
#endif #endif
#define BOARD_NAME "Gen3+" #define BOARD_INFO_NAME "Gen3+"
// //
// Limit Switches // Limit Switches

View file

@ -56,8 +56,8 @@
#error "Oops! Select 'Sanguino' in 'Tools > Boards' and 'ATmega644P' or 'ATmega1284P' in 'Tools > Processor.'" #error "Oops! Select 'Sanguino' in 'Tools > Boards' and 'ATmega644P' or 'ATmega1284P' in 'Tools > Processor.'"
#endif #endif
#ifndef BOARD_NAME #ifndef BOARD_INFO_NAME
#define BOARD_NAME "Gen6" #define BOARD_INFO_NAME "Gen6"
#endif #endif
// //

View file

@ -51,6 +51,6 @@
*/ */
#define BOARD_NAME "Gen6 Deluxe" #define BOARD_INFO_NAME "Gen6 Deluxe"
#include "pins_GEN6.h" #include "pins_GEN6.h"

View file

@ -56,8 +56,8 @@
#error "Oops! Select 'Sanguino' in 'Tools > Boards' and 'ATmega644', 'ATmega644P', or 'ATmega1284P' in 'Tools > Processor.'" #error "Oops! Select 'Sanguino' in 'Tools > Boards' and 'ATmega644', 'ATmega644P', or 'ATmega1284P' in 'Tools > Processor.'"
#endif #endif
#ifndef BOARD_NAME #ifndef BOARD_INFO_NAME
#define BOARD_NAME "Gen7 v1.1 / 1.2" #define BOARD_INFO_NAME "Gen7 v1.1 / 1.2"
#endif #endif
#ifndef GEN7_VERSION #ifndef GEN7_VERSION

View file

@ -50,7 +50,7 @@
* *
*/ */
#define BOARD_NAME "Gen7 v1.3" #define BOARD_INFO_NAME "Gen7 v1.3"
#define GEN7_VERSION 13 // v1.3 #define GEN7_VERSION 13 // v1.3
#include "pins_GEN7_12.h" #include "pins_GEN7_12.h"

View file

@ -56,7 +56,7 @@
#error "Oops! Select 'Sanguino' in 'Tools > Boards' and 'ATmega644', 'ATmega644P', or 'ATmega1284P' in 'Tools > Processor.'" #error "Oops! Select 'Sanguino' in 'Tools > Boards' and 'ATmega644', 'ATmega644P', or 'ATmega1284P' in 'Tools > Processor.'"
#endif #endif
#define BOARD_NAME "Gen7 v1.4" #define BOARD_INFO_NAME "Gen7 v1.4"
#define GEN7_VERSION 14 // v1.4 #define GEN7_VERSION 14 // v1.4

View file

@ -59,7 +59,7 @@
#error "Oops! Select 'Sanguino' in 'Tools > Boards' and 'ATmega644', 'ATmega644P', or 'ATmega1284P' in 'Tools > Processor.'" #error "Oops! Select 'Sanguino' in 'Tools > Boards' and 'ATmega644', 'ATmega644P', or 'ATmega1284P' in 'Tools > Processor.'"
#endif #endif
#define BOARD_NAME "Gen7 Custom" #define BOARD_INFO_NAME "Gen7 Custom"
// //
// Limit Switches // Limit Switches

View file

@ -25,8 +25,8 @@
* Melzi pin assignments * Melzi pin assignments
*/ */
#ifndef BOARD_NAME #ifndef BOARD_INFO_NAME
#define BOARD_NAME "Melzi" #define BOARD_INFO_NAME "Melzi"
#endif #endif
#define IS_MELZI #define IS_MELZI

View file

@ -31,7 +31,7 @@
* See http://www.instructables.com/id/Burn-Arduino-Bootloader-with-Arduino-MEGA/ * See http://www.instructables.com/id/Burn-Arduino-Bootloader-with-Arduino-MEGA/
*/ */
#define BOARD_NAME "Melzi (Creality)" #define BOARD_INFO_NAME "Melzi (Creality)"
#include "pins_MELZI.h" #include "pins_MELZI.h"

View file

@ -25,5 +25,5 @@
* Melzi with ATmega1284 (MaKr3d version) pin assignments * Melzi with ATmega1284 (MaKr3d version) pin assignments
*/ */
#define BOARD_NAME "Melzi (ATmega1284)" #define BOARD_INFO_NAME "Melzi (ATmega1284)"
#include "pins_MELZI.h" #include "pins_MELZI.h"

View file

@ -25,7 +25,7 @@
* Melzi (Malyan M150) pin assignments * Melzi (Malyan M150) pin assignments
*/ */
#define BOARD_NAME "Melzi (Malyan)" #define BOARD_INFO_NAME "Melzi (Malyan)"
#include "pins_MELZI.h" #include "pins_MELZI.h"
#undef LCD_SDSS #undef LCD_SDSS

View file

@ -25,7 +25,7 @@
* Melzi pin assignments * Melzi pin assignments
*/ */
#define BOARD_NAME "Melzi (Tronxy)" #define BOARD_INFO_NAME "Melzi (Tronxy)"
#include "pins_MELZI.h" #include "pins_MELZI.h"
#undef Z_ENABLE_PIN #undef Z_ENABLE_PIN

View file

@ -81,7 +81,7 @@
#error "Oops! Select 'Sanguino' in 'Tools > Board' and 'ATmega644' or 'ATmega644P' in 'Tools > Processor.'" #error "Oops! Select 'Sanguino' in 'Tools > Board' and 'ATmega644' or 'ATmega644P' in 'Tools > Processor.'"
#endif #endif
#define BOARD_NAME "Final OMCA" #define BOARD_INFO_NAME "Final OMCA"
// //
// Limit Switches // Limit Switches

View file

@ -80,7 +80,7 @@
#error "Oops! Select 'Sanguino' in 'Tools > Board' and ATmega644 in 'Tools > Processor.'" #error "Oops! Select 'Sanguino' in 'Tools > Board' and ATmega644 in 'Tools > Processor.'"
#endif #endif
#define BOARD_NAME "Alpha OMCA" #define BOARD_INFO_NAME "Alpha OMCA"
// //
// Limit Switches // Limit Switches

View file

@ -56,8 +56,8 @@
#error "Oops! Select 'Sanguino' in 'Tools > Boards' and 'ATmega644P' or 'ATmega1284P' in 'Tools > Processor.'" #error "Oops! Select 'Sanguino' in 'Tools > Boards' and 'ATmega644P' or 'ATmega1284P' in 'Tools > Processor.'"
#endif #endif
#ifndef BOARD_NAME #ifndef BOARD_INFO_NAME
#define BOARD_NAME "Sanguinololu <1.2" #define BOARD_INFO_NAME "Sanguinololu <1.2"
#endif #endif
// //

View file

@ -34,8 +34,8 @@
* STB_11 * STB_11
*/ */
#ifndef BOARD_NAME #ifndef BOARD_INFO_NAME
#define BOARD_NAME "Sanguinololu 1.2" #define BOARD_INFO_NAME "Sanguinololu 1.2"
#endif #endif
#define SANGUINOLOLU_V_1_2 #define SANGUINOLOLU_V_1_2

View file

@ -54,7 +54,7 @@
#error "Oops! Select 'Sanguino' in 'Tools > Boards' and 'ATmega644', 'ATmega644P', or 'ATmega1284P' in 'Tools > Processor.'" #error "Oops! Select 'Sanguino' in 'Tools > Boards' and 'ATmega644', 'ATmega644P', or 'ATmega1284P' in 'Tools > Processor.'"
#endif #endif
#define BOARD_NAME "Sethi 3D_1" #define BOARD_INFO_NAME "Sethi 3D_1"
#ifndef GEN7_VERSION #ifndef GEN7_VERSION
#define GEN7_VERSION 12 // v1.x #define GEN7_VERSION 12 // v1.x

View file

@ -25,6 +25,6 @@
* STB V1.1 pin assignments * STB V1.1 pin assignments
*/ */
#define BOARD_NAME "STB V1.1" #define BOARD_INFO_NAME "STB V1.1"
#include "pins_SANGUINOLOLU_12.h" #include "pins_SANGUINOLOLU_12.h"

View file

@ -31,9 +31,9 @@
#define ARMED_V1_1 #define ARMED_V1_1
#endif #endif
#undef BOARD_NAME // Defined on the command line by Arduino Core STM32 #undef BOARD_INFO_NAME // Defined on the command line by Arduino Core STM32
#define BOARD_NAME "Arm'ed" #define BOARD_INFO_NAME "Arm'ed"
#define DEFAULT_MACHINE_NAME BOARD_NAME #define DEFAULT_MACHINE_NAME BOARD_INFO_NAME
#define I2C_EEPROM #define I2C_EEPROM

View file

@ -29,7 +29,7 @@
* 21017 Victor Perez Marlin for stm32f1 test * 21017 Victor Perez Marlin for stm32f1 test
*/ */
#define BOARD_NAME "Beast STM32" #define BOARD_INFO_NAME "Beast STM32"
#define DEFAULT_MACHINE_NAME "STM32F103RET6" #define DEFAULT_MACHINE_NAME "STM32F103RET6"
// Enable I2C_EEPROM for testing // Enable I2C_EEPROM for testing

View file

@ -27,7 +27,7 @@
#error "BIGTREE SKR Pro V1.1 supports up to 3 hotends / E-steppers." #error "BIGTREE SKR Pro V1.1 supports up to 3 hotends / E-steppers."
#endif #endif
#define BOARD_NAME "BIGTREE Btt002 1.0" #define BOARD_INFO_NAME "BIGTREE Btt002 1.0"
#define SRAM_EEPROM_EMULATION #define SRAM_EEPROM_EMULATION
@ -35,7 +35,7 @@
//#define BOGUS_TEMPERATURE_GRACE_PERIOD 2000 //#define BOGUS_TEMPERATURE_GRACE_PERIOD 2000
// //
// Servos // Servos
// //
#define SERVO0_PIN PC3 #define SERVO0_PIN PC3
@ -88,7 +88,7 @@
#endif #endif
/* /*
//SKR_PRO_V1.1 //SKR_PRO_V1.1
#define E1_STEP_PIN PD15 #define E1_STEP_PIN PD15
#define E1_DIR_PIN PE7 #define E1_DIR_PIN PE7
#define E1_ENABLE_PIN PA3 #define E1_ENABLE_PIN PA3
@ -193,7 +193,7 @@
* -------------------------------------SKR_MK3----------------------------------------------- * -------------------------------------SKR_MK3-----------------------------------------------
* _____ _____ | * _____ _____ |
* PA3 | · · | GND 5V | · · | GND | * PA3 | · · | GND 5V | · · | GND |
* NRESET | · · | PC4(SD_DET) (LCD_D7) PE13 | · · | PE12 (LCD_D6) | * NRESET | · · | PC4(SD_DET) (LCD_D7) PE13 | · · | PE12 (LCD_D6) |
* (MOSI)PA7 | · · | PB0(BTN_EN2) (LCD_D5) PE11 | · · | PE10 (LCD_D4) | * (MOSI)PA7 | · · | PB0(BTN_EN2) (LCD_D5) PE11 | · · | PE10 (LCD_D4) |
* (SD_SS)PA4 | · · | PC5(BTN_EN1) (LCD_RS) PE8 | · · | PE9 (LCD_EN) | * (SD_SS)PA4 | · · | PC5(BTN_EN1) (LCD_RS) PE8 | · · | PE9 (LCD_EN) |
* (SCK)PA5 | · · | PA6(MISO) (BTN_ENC) PB1 | · · | PE7 (BEEPER) | * (SCK)PA5 | · · | PA6(MISO) (BTN_ENC) PB1 | · · | PE7 (BEEPER) |
@ -227,7 +227,7 @@
#define LCD_SDSS PA4 #define LCD_SDSS PA4
#define LCD_PINS_ENABLE PE9 #define LCD_PINS_ENABLE PE9
#define LCD_PINS_D4 PE10 #define LCD_PINS_D4 PE10
#if ENABLED(ULTIPANEL) #if ENABLED(ULTIPANEL)

View file

@ -25,7 +25,7 @@
#error "Oops! Select an STM32F1 board in 'Tools > Board.'" #error "Oops! Select an STM32F1 board in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "BIGTREE SKR E3 DIP V1.0" #define BOARD_INFO_NAME "BIGTREE SKR E3 DIP V1.0"
// Release PB3/PB4 (TMC_SW Pins) from JTAG pins // Release PB3/PB4 (TMC_SW Pins) from JTAG pins
#define DISABLE_JTAG #define DISABLE_JTAG

View file

@ -25,7 +25,7 @@
#error "Oops! Select an STM32F1 board in 'Tools > Board.'" #error "Oops! Select an STM32F1 board in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "BIGTREE SKR Mini E3" #define BOARD_INFO_NAME "BIGTREE SKR Mini E3"
// Release PB3/PB4 (E0 STP/DIR) from JTAG pins // Release PB3/PB4 (E0 STP/DIR) from JTAG pins
#define DISABLE_JTAG #define DISABLE_JTAG

View file

@ -25,7 +25,7 @@
#error "Oops! Select an STM32F1 board in 'Tools > Board.'" #error "Oops! Select an STM32F1 board in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "BIGTREE SKR Mini 1.1" #define BOARD_INFO_NAME "BIGTREE SKR Mini 1.1"
//#define DISABLE_DEBUG //#define DISABLE_DEBUG
#define DISABLE_JTAG #define DISABLE_JTAG

View file

@ -27,7 +27,7 @@
#error "BIGTREE SKR Pro V1.1 supports up to 3 hotends / E-steppers." #error "BIGTREE SKR Pro V1.1 supports up to 3 hotends / E-steppers."
#endif #endif
#define BOARD_NAME "BIGTREE SKR Pro 1.1" #define BOARD_INFO_NAME "BIGTREE SKR Pro 1.1" // redefined?
// Use one of these or SDCard-based Emulation will be used // Use one of these or SDCard-based Emulation will be used
//#define SRAM_EEPROM_EMULATION // Use BackSRAM-based EEPROM emulation //#define SRAM_EEPROM_EMULATION // Use BackSRAM-based EEPROM emulation

View file

@ -33,8 +33,8 @@
#error "Black STM32F4VET6 supports up to 2 hotends / E-steppers." #error "Black STM32F4VET6 supports up to 2 hotends / E-steppers."
#endif #endif
#ifndef BOARD_NAME #ifndef BOARD_INFO_NAME
#define BOARD_NAME "Black STM32F4VET6" #define BOARD_INFO_NAME "Black STM32F4VET6"
#endif #endif
#define DEFAULT_MACHINE_NAME "STM32F407VET6" #define DEFAULT_MACHINE_NAME "STM32F407VET6"

View file

@ -29,7 +29,7 @@
* 2017 Victor Perez Marlin for stm32f1 test * 2017 Victor Perez Marlin for stm32f1 test
*/ */
#define BOARD_NAME "Chitu3D" #define BOARD_INFO_NAME "Chitu3D"
#define DEFAULT_MACHINE_NAME "STM32F103RET6" #define DEFAULT_MACHINE_NAME "STM32F103RET6"
// Enable I2C_EEPROM for testing // Enable I2C_EEPROM for testing

View file

@ -25,7 +25,7 @@
#error "Oops! Select an STM32F1 board in 'Tools > Board.'" #error "Oops! Select an STM32F1 board in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "FYSETC AIO II" #define BOARD_INFO_NAME "FYSETC AIO II"
#define BOARD_WEBSITE_URL "https://fysetc.com" #define BOARD_WEBSITE_URL "https://fysetc.com"
#define DISABLE_JTAG #define DISABLE_JTAG

View file

@ -27,7 +27,7 @@
#define DEFAULT_MACHINE_NAME "3D Printer" #define DEFAULT_MACHINE_NAME "3D Printer"
#define BOARD_NAME "FYSETC Cheetah" #define BOARD_INFO_NAME "FYSETC Cheetah"
#define BOARD_WEBSITE_URL "https://fysetc.com" #define BOARD_WEBSITE_URL "https://fysetc.com"
// Ignore temp readings during development. // Ignore temp readings during development.

View file

@ -30,7 +30,7 @@
#error "Oops! Select an STM32F1 board in 'Tools > Board.'" #error "Oops! Select an STM32F1 board in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "GTM32 Pro VB" #define BOARD_INFO_NAME "GTM32 Pro VB"
#define DEFAULT_MACHINE_NAME "STM32F103VET6" #define DEFAULT_MACHINE_NAME "STM32F103VET6"
//#define DISABLE_DEBUG //#define DISABLE_DEBUG

View file

@ -33,7 +33,7 @@
#elif HOTENDS > 1 || E_STEPPERS > 1 #elif HOTENDS > 1 || E_STEPPERS > 1
#error "JGAurora 32-bit board only supports 1 hotend / E-stepper. Comment out this line to continue." #error "JGAurora 32-bit board only supports 1 hotend / E-stepper. Comment out this line to continue."
#endif #endif
#define BOARD_NAME "JGAurora A5S A1 board" #define BOARD_INFO_NAME "JGAurora A5S A1 board"
#define STM32_XL_DENSITY #define STM32_XL_DENSITY
// #define MCU_STM32F103ZE // not yet required // #define MCU_STM32F103ZE // not yet required

View file

@ -28,7 +28,7 @@
#error "Longer3D board only supports 1 hotend / E-stepper. Comment out this line to continue." #error "Longer3D board only supports 1 hotend / E-stepper. Comment out this line to continue."
#endif #endif
#define BOARD_NAME "Longer3D" #define BOARD_INFO_NAME "Longer3D"
#define ALFAWISE_UX0 // Common to all Longer3D STM32F1 boards (used for Open drain mosfets) #define ALFAWISE_UX0 // Common to all Longer3D STM32F1 boards (used for Open drain mosfets)
//#define DISABLE_DEBUG // We still want to debug with STLINK... //#define DISABLE_DEBUG // We still want to debug with STLINK...

View file

@ -29,7 +29,7 @@
#error "Oops! You must be compiling for STM32." #error "Oops! You must be compiling for STM32."
#endif #endif
#define BOARD_NAME "Malyan M200" #define BOARD_INFO_NAME "Malyan M200"
// Enable EEPROM Emulation for this board // Enable EEPROM Emulation for this board
// This setting should probably be in configuration.h // This setting should probably be in configuration.h

View file

@ -31,7 +31,7 @@
#error "MKS Robin supports up to 2 hotends / E-steppers. Comment out this line to continue." #error "MKS Robin supports up to 2 hotends / E-steppers. Comment out this line to continue."
#endif #endif
#define BOARD_NAME "MKS Robin" #define BOARD_INFO_NAME "MKS Robin"
// //
// Release PB4 (Y_ENABLE_PIN) from JTAG NRST role // Release PB4 (Y_ENABLE_PIN) from JTAG NRST role

View file

@ -29,8 +29,8 @@
#error "MKS Robin Lite supports up to 1 hotends / E-steppers. Comment out this line to continue." #error "MKS Robin Lite supports up to 1 hotends / E-steppers. Comment out this line to continue."
#endif #endif
#ifndef BOARD_NAME #ifndef BOARD_INFO_NAME
#define BOARD_NAME "MKS Robin Lite" #define BOARD_INFO_NAME "MKS Robin Lite"
#endif #endif
#define BOARD_WEBSITE_URL "https://github.com/makerbase-mks" #define BOARD_WEBSITE_URL "https://github.com/makerbase-mks"

View file

@ -31,7 +31,7 @@
#error "MKS Robin mini supports up to 1 hotends / E-steppers. Comment out this line to continue." #error "MKS Robin mini supports up to 1 hotends / E-steppers. Comment out this line to continue."
#endif #endif
#define BOARD_NAME "MKS Robin mini" #define BOARD_INFO_NAME "MKS Robin mini"
// //
// Release PB4 (Y_ENABLE_PIN) from JTAG NRST role // Release PB4 (Y_ENABLE_PIN) from JTAG NRST role

View file

@ -31,7 +31,7 @@
#error "MKS Robin nano supports up to 2 hotends / E-steppers. Comment out this line to continue." #error "MKS Robin nano supports up to 2 hotends / E-steppers. Comment out this line to continue."
#endif #endif
#define BOARD_NAME "MKS Robin nano" #define BOARD_INFO_NAME "MKS Robin nano"
// //
// Release PB4 (Y_ENABLE_PIN) from JTAG NRST role // Release PB4 (Y_ENABLE_PIN) from JTAG NRST role

View file

@ -34,7 +34,7 @@
#error "Oops! Select an STM32F1 board in 'Tools > Board.'" #error "Oops! Select an STM32F1 board in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Bluepill based board" #define BOARD_INFO_NAME "Bluepill based board"
// //
// Limit Switches // Limit Switches

View file

@ -25,7 +25,7 @@
#error "Oops! Select an STM32F7 board in 'Tools > Board.'" #error "Oops! Select an STM32F7 board in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "RemRam v1" #define BOARD_INFO_NAME "RemRam v1"
#define DEFAULT_MACHINE_NAME "RemRam" #define DEFAULT_MACHINE_NAME "RemRam"
#define SRAM_EEPROM_EMULATION // Emulate the EEPROM using Backup SRAM #define SRAM_EEPROM_EMULATION // Emulate the EEPROM using Backup SRAM

View file

@ -28,8 +28,8 @@
#endif #endif
#define RUMBA32_V1_0 #define RUMBA32_V1_0
#define BOARD_NAME "RUMBA32" #define BOARD_INFO_NAME "RUMBA32"
#define DEFAULT_MACHINE_NAME BOARD_NAME #define DEFAULT_MACHINE_NAME BOARD_INFO_NAME
//#define I2C_EEPROM //#define I2C_EEPROM
#define E2END 0xFFF // 4KB #define E2END 0xFFF // 4KB

View file

@ -29,7 +29,7 @@
* 21017 Victor Perez Marlin for stm32f1 test * 21017 Victor Perez Marlin for stm32f1 test
*/ */
#define BOARD_NAME "Misc. STM32F1R" #define BOARD_INFO_NAME "Misc. STM32F1R"
#define DEFAULT_MACHINE_NAME "STM32F103RET6" #define DEFAULT_MACHINE_NAME "STM32F103RET6"
// Ignore temp readings during development. // Ignore temp readings during development.

View file

@ -27,7 +27,7 @@
#error "STM32F4 supports up to 2 hotends / E-steppers." #error "STM32F4 supports up to 2 hotends / E-steppers."
#endif #endif
#define BOARD_NAME "Misc. STM32F4" #define BOARD_INFO_NAME "Misc. STM32F4"
#define DEFAULT_MACHINE_NAME "STM32F407VET6" #define DEFAULT_MACHINE_NAME "STM32F407VET6"
//#define I2C_EEPROM //#define I2C_EEPROM

View file

@ -29,8 +29,8 @@
* 21017 Victor Perez Marlin for stm32f1 test * 21017 Victor Perez Marlin for stm32f1 test
*/ */
#define BOARD_NAME "STM3R Mini" #define BOARD_INFO_NAME "STM3R Mini"
#define DEFAULT_MACHINE_NAME BOARD_NAME #define DEFAULT_MACHINE_NAME BOARD_INFO_NAME
// Enable I2C_EEPROM for testing // Enable I2C_EEPROM for testing
#define I2C_EEPROM #define I2C_EEPROM

View file

@ -27,8 +27,8 @@
#error "The-Borg supports up to 3 hotends / E-steppers." #error "The-Borg supports up to 3 hotends / E-steppers."
#endif #endif
#define BOARD_NAME "The-Borge" #define BOARD_INFO_NAME "The-Borge"
#define DEFAULT_MACHINE_NAME BOARD_NAME #define DEFAULT_MACHINE_NAME BOARD_INFO_NAME
#define E2END 0xFFF // EEPROM end address #define E2END 0xFFF // EEPROM end address

View file

@ -73,7 +73,7 @@
#endif #endif
#define DEFAULT_MACHINE_NAME "Makibox" #define DEFAULT_MACHINE_NAME "Makibox"
#define BOARD_NAME "5DPrint D8" #define BOARD_INFO_NAME "5DPrint D8"
// //
// Servos // Servos

View file

@ -72,7 +72,7 @@
#error "Oops! Select 'AT90USB646_TEENSYPP' in 'Tools > Board.'" #error "Oops! Select 'AT90USB646_TEENSYPP' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Brainwave" #define BOARD_INFO_NAME "Brainwave"
// //
// Limit Switches // Limit Switches

View file

@ -79,7 +79,7 @@
#error "Oops! Select 'Teensy++ 2.0' or 'Printrboard' in 'Tools > Board.'" #error "Oops! Select 'Teensy++ 2.0' or 'Printrboard' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Brainwave Pro" #define BOARD_INFO_NAME "Brainwave Pro"
// //
// Limit Switches // Limit Switches

View file

@ -66,7 +66,7 @@
#error "Oops! Select 'Teensy++ 2.0' or 'Printrboard' in 'Tools > Board.'" #error "Oops! Select 'Teensy++ 2.0' or 'Printrboard' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Printrboard" #define BOARD_INFO_NAME "Printrboard"
// Disable JTAG pins so they can be used for the Extrudrboard // Disable JTAG pins so they can be used for the Extrudrboard
#define DISABLE_JTAG #define DISABLE_JTAG

View file

@ -71,7 +71,7 @@
#error "USBCON should be defined by the platform for this board." #error "USBCON should be defined by the platform for this board."
#endif #endif
#define BOARD_NAME "Printrboard Rev.F" #define BOARD_INFO_NAME "Printrboard Rev.F"
// Disable JTAG pins so EXP1 pins work correctly // Disable JTAG pins so EXP1 pins work correctly
// (Its pins are used for the Extrudrboard and filament sensor, for example). // (Its pins are used for the Extrudrboard and filament sensor, for example).

View file

@ -66,8 +66,8 @@
#error "Oops! Select 'Teensy++ 2.0' or 'Printrboard' in 'Tools > Board.'" #error "Oops! Select 'Teensy++ 2.0' or 'Printrboard' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "SAV MkI" #define BOARD_INFO_NAME "SAV MkI"
#define DEFAULT_MACHINE_NAME BOARD_NAME #define DEFAULT_MACHINE_NAME BOARD_INFO_NAME
#define DEFAULT_SOURCE_CODE_URL "https://tinyurl.com/onru38b" #define DEFAULT_SOURCE_CODE_URL "https://tinyurl.com/onru38b"
// //

View file

@ -111,7 +111,7 @@
#error "Oops! Select 'Teensy++ 2.0' or 'Printrboard' in 'Tools > Board.'" #error "Oops! Select 'Teensy++ 2.0' or 'Printrboard' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Teensy++2.0" #define BOARD_INFO_NAME "Teensy++2.0"
// //
// Limit Switches // Limit Switches

View file

@ -77,7 +77,7 @@
#error "Oops! Select 'Teensy++ 2.0' or 'Printrboard' in 'Tools > Board.'" #error "Oops! Select 'Teensy++ 2.0' or 'Printrboard' in 'Tools > Board.'"
#endif #endif
#define BOARD_NAME "Teensylu" #define BOARD_INFO_NAME "Teensylu"
// //
// Limit Switch definitions that match the SCHEMATIC // Limit Switch definitions that match the SCHEMATIC

View file

@ -31,8 +31,8 @@
#error "Oops! Select 'Teensy 3.1' or 'Teensy 3.2' in 'Tools > Board.'" #error "Oops! Select 'Teensy 3.1' or 'Teensy 3.2' in 'Tools > Board.'"
#endif #endif
#ifndef BOARD_NAME #ifndef BOARD_INFO_NAME
#define BOARD_NAME "Teensy3.2" #define BOARD_INFO_NAME "Teensy3.2"
#endif #endif
#define AT90USB 1286 // Disable MarlinSerial etc. #define AT90USB 1286 // Disable MarlinSerial etc.

View file

@ -32,9 +32,9 @@
#endif #endif
#if IS_TEENSY35 #if IS_TEENSY35
#define BOARD_NAME "Teensy3.5" #define BOARD_INFO_NAME "Teensy3.5"
#elif IS_TEENSY36 #elif IS_TEENSY36
#define BOARD_NAME "Teensy3.6" #define BOARD_INFO_NAME "Teensy3.6"
#endif #endif
#define AT90USB 1286 // Disable MarlinSerial etc. #define AT90USB 1286 // Disable MarlinSerial etc.