Remove URL scheme
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
#endif
|
||||
|
||||
#define BOARD_INFO_NAME "FLY-CDY"
|
||||
#define BOARD_WEBSITE_URL "https://github.com/FLYmaker/FLY-CDY"
|
||||
#define BOARD_WEBSITE_URL "github.com/FLYmaker/FLY-CDY"
|
||||
|
||||
//
|
||||
// Servos
|
||||
|
@ -31,7 +31,7 @@
|
||||
|
||||
#define BOARD_INFO_NAME "Wanhao i3 Mini 0ne+"
|
||||
#define DEFAULT_MACHINE_NAME "i3 Mini"
|
||||
#define BOARD_WEBSITE_URL "https://tinyurl.com/yyxw7se7"
|
||||
#define BOARD_WEBSITE_URL "tinyurl.com/yyxw7se7"
|
||||
|
||||
//
|
||||
// Limit Switches
|
||||
|
@ -34,7 +34,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef DEFAULT_SOURCE_CODE_URL
|
||||
#define DEFAULT_SOURCE_CODE_URL "https://3dprint.elettronicain.it/"
|
||||
#define DEFAULT_SOURCE_CODE_URL "3dprint.elettronicain.it"
|
||||
#endif
|
||||
|
||||
//
|
||||
|
@ -28,6 +28,6 @@
|
||||
|
||||
#define BOARD_INFO_NAME "Velleman K8200"
|
||||
#define DEFAULT_MACHINE_NAME "K8200"
|
||||
#define DEFAULT_SOURCE_CODE_URL "https://github.com/CONSULitAS/Marlin-K8200"
|
||||
#define DEFAULT_SOURCE_CODE_URL "github.com/CONSULitAS/Marlin-K8200"
|
||||
|
||||
#include "pins_3DRAG.h"
|
||||
|
@ -39,7 +39,7 @@
|
||||
|
||||
#define BOARD_INFO_NAME "Ultimaker 2.x"
|
||||
#define DEFAULT_MACHINE_NAME "Ultimaker"
|
||||
#define DEFAULT_SOURCE_CODE_URL "https://github.com/Ultimaker/Marlin"
|
||||
#define DEFAULT_SOURCE_CODE_URL "github.com/Ultimaker/Marlin"
|
||||
|
||||
//
|
||||
// Limit Switches
|
||||
|
@ -39,7 +39,7 @@
|
||||
|
||||
#define BOARD_INFO_NAME "Ultimaker"
|
||||
#define DEFAULT_MACHINE_NAME BOARD_INFO_NAME
|
||||
#define DEFAULT_SOURCE_CODE_URL "https://github.com/Ultimaker/Marlin"
|
||||
#define DEFAULT_SOURCE_CODE_URL "github.com/Ultimaker/Marlin"
|
||||
|
||||
//
|
||||
// Servos
|
||||
|
@ -74,7 +74,7 @@
|
||||
#define BOARD_INFO_NAME "Ultimaker 1.5.4+"
|
||||
#endif
|
||||
#define DEFAULT_MACHINE_NAME "Ultimaker"
|
||||
#define DEFAULT_SOURCE_CODE_URL "https://github.com/Ultimaker/Marlin"
|
||||
#define DEFAULT_SOURCE_CODE_URL "github.com/Ultimaker/Marlin"
|
||||
|
||||
//
|
||||
// Limit Switches
|
||||
|
@ -26,7 +26,7 @@
|
||||
#endif
|
||||
|
||||
#define BOARD_INFO_NAME "Zonestar ZMIB_V2"
|
||||
#define BOARD_WEBSITE_URL "https://www.aliexpress.com/item/32957490744.html"
|
||||
#define BOARD_WEBSITE_URL "www.aliexpress.com/item/32957490744.html"
|
||||
|
||||
#define IS_ZMIB_V2
|
||||
|
||||
|
@ -68,7 +68,7 @@
|
||||
|
||||
#define BOARD_INFO_NAME "SAV MkI"
|
||||
#define DEFAULT_MACHINE_NAME BOARD_INFO_NAME
|
||||
#define DEFAULT_SOURCE_CODE_URL "https://tinyurl.com/onru38b"
|
||||
#define DEFAULT_SOURCE_CODE_URL "tinyurl.com/onru38b"
|
||||
|
||||
//
|
||||
// Servos
|
||||
|
Reference in New Issue
Block a user