Shorten Website URLs
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
#endif
|
||||
|
||||
#define BOARD_INFO_NAME "FYSETC AIO II"
|
||||
#define BOARD_WEBSITE_URL "https://fysetc.com"
|
||||
#define BOARD_WEBSITE_URL "fysetc.com"
|
||||
|
||||
#define DISABLE_JTAG
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
#define DEFAULT_MACHINE_NAME "3D Printer"
|
||||
|
||||
#define BOARD_INFO_NAME "FYSETC Cheetah"
|
||||
#define BOARD_WEBSITE_URL "https://fysetc.com"
|
||||
#define BOARD_WEBSITE_URL "fysetc.com"
|
||||
|
||||
// Ignore temp readings during development.
|
||||
//#define BOGUS_TEMPERATURE_GRACE_PERIOD 2000
|
||||
|
@ -32,7 +32,7 @@
|
||||
#ifndef BOARD_INFO_NAME
|
||||
#define BOARD_INFO_NAME "MKS Robin Lite"
|
||||
#endif
|
||||
#define BOARD_WEBSITE_URL "https://github.com/makerbase-mks"
|
||||
#define BOARD_WEBSITE_URL "github.com/makerbase-mks"
|
||||
|
||||
//#define DISABLE_DEBUG
|
||||
#define DISABLE_JTAG
|
||||
|
Reference in New Issue
Block a user