Shorter BTT board names (for LCD info) (#18139)

This commit is contained in:
Leo 2020-06-05 04:29:47 +02:00 committed by GitHub
parent 9e2f142391
commit f350e9d0cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 12 additions and 12 deletions

View File

@ -21,7 +21,7 @@
*/
#pragma once
#define BOARD_INFO_NAME "BIGTREE SKR 1.1"
#define BOARD_INFO_NAME "BTT SKR V1.1"
//
// Limit Switches

View File

@ -21,7 +21,7 @@
*/
#pragma once
#define BOARD_INFO_NAME "BIGTREE SKR 1.3"
#define BOARD_INFO_NAME "BTT SKR V1.3"
//
// Trinamic Stallguard pins

View File

@ -22,7 +22,7 @@
#pragma once
#ifndef BOARD_INFO_NAME
#define BOARD_INFO_NAME "BIGTREE SKR 1.4"
#define BOARD_INFO_NAME "BTT SKR V1.4"
#endif
//

View File

@ -21,7 +21,7 @@
*/
#pragma once
#define BOARD_INFO_NAME "BIGTREE SKR 1.4 TURBO"
#define BOARD_INFO_NAME "BTT SKR V1.4 TURBO"
#define SKR_HAS_LPC1769
//

View File

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

View File

@ -23,7 +23,7 @@
#include "pins_BTT_SKR_MINI_E3.h"
#define BOARD_INFO_NAME "BIGTREE SKR Mini E3"
#define BOARD_INFO_NAME "BTT SKR Mini E3 V1.0"
/**
* TMC220x stepper drivers

View File

@ -23,7 +23,7 @@
#include "pins_BTT_SKR_MINI_E3.h"
#define BOARD_INFO_NAME "BIGTREE SKR Mini E3 V1.2"
#define BOARD_INFO_NAME "BTT SKR Mini E3 V1.2"
#define NEOPIXEL_PIN PC7 // LED driving pin

View File

@ -32,7 +32,7 @@
#include "pins_BTT_SKR_MINI_E3.h"
#define BOARD_INFO_NAME "BIGTREE SKR Mini E3 V2.0"
#define BOARD_INFO_NAME "BTT SKR Mini E3 V2.0"
// Release PA13/PA14 (led, usb control) from SWD pins
#define DISABLE_DEBUG

View File

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

View File

@ -27,7 +27,7 @@
#error "BIGTREE BTT002 V1.0 supports up to 1 hotends / E-steppers."
#endif
#define BOARD_INFO_NAME "BIGTREE Btt002 1.0"
#define BOARD_INFO_NAME "BTT BTT002 V1.0"
// Use one of these or SDCard-based Emulation will be used
#if NO_EEPROM_SELECTED

View File

@ -29,7 +29,7 @@
#error "Marlin extruder/hotends limit! Increase MAX_EXTRUDERS to continue."
#endif
#define BOARD_INFO_NAME "BIGTREE GTR 1.0"
#define BOARD_INFO_NAME "BTT GTR V1.0"
// Onboard I2C EEPROM
#define I2C_EEPROM

View File

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