diff --git a/Marlin/pins_3DRAG.h b/Marlin/pins_3DRAG.h index 969f4055e..9de52e389 100644 --- a/Marlin/pins_3DRAG.h +++ b/Marlin/pins_3DRAG.h @@ -26,8 +26,8 @@ #include "pins_RAMPS_14.h" -#define DEFAULT_MACHINE_NAME "3Drag" -#define DEFAULT_SOURCE_URL "http://3dprint.elettronicain.it/" +#define DEFAULT_MACHINE_NAME "3Drag" +#define DEFAULT_SOURCE_CODE_URL "http://3dprint.elettronicain.it/" #undef Z_ENABLE_PIN #define Z_ENABLE_PIN 63 diff --git a/Marlin/pins_K8200.h b/Marlin/pins_K8200.h index f02300dc8..ac65297eb 100644 --- a/Marlin/pins_K8200.h +++ b/Marlin/pins_K8200.h @@ -27,8 +27,8 @@ #include "pins_3DRAG.h" -#undef DEFAULT_MACHINE_NAME -#define DEFAULT_MACHINE_NAME "K8200" +#undef DEFAULT_MACHINE_NAME +#define DEFAULT_MACHINE_NAME "K8200" -#undef DEFAULT_SOURCE_URL -#define DEFAULT_SOURCE_URL "https://github.com/CONSULitAS/Marlin-K8200" +#undef DEFAULT_SOURCE_CODE_URL +#define DEFAULT_SOURCE_CODE_URL "https://github.com/CONSULitAS/Marlin-K8200" diff --git a/Marlin/pins_SAV_MKI.h b/Marlin/pins_SAV_MKI.h index eb033fb28..579d653e0 100644 --- a/Marlin/pins_SAV_MKI.h +++ b/Marlin/pins_SAV_MKI.h @@ -31,8 +31,8 @@ #error Oops! Make sure you have 'Teensy++ 2.0' selected from the 'Tools -> Boards' menu. #endif -#define DEFAULT_MACHINE_NAME "SAV MkI" -#define DEFAULT_SOURCE_URL "https://github.com/fmalpartida/Marlin/tree/SAV-MkI-config" +#define DEFAULT_MACHINE_NAME "SAV MkI" +#define DEFAULT_SOURCE_CODE_URL "https://github.com/fmalpartida/Marlin/tree/SAV-MkI-config" #define LARGE_FLASH true diff --git a/Marlin/pins_ULTIMAIN_2.h b/Marlin/pins_ULTIMAIN_2.h index 6da36661a..8682a54fc 100644 --- a/Marlin/pins_ULTIMAIN_2.h +++ b/Marlin/pins_ULTIMAIN_2.h @@ -28,8 +28,8 @@ #error Oops! Make sure you have 'Arduino Mega 2560' selected from the 'Tools -> Boards' menu. #endif -#define DEFAULT_MACHINE_NAME "Ultimaker" -#define DEFAULT_SOURCE_URL "https://github.com/Ultimaker/Marlin" +#define DEFAULT_MACHINE_NAME "Ultimaker" +#define DEFAULT_SOURCE_CODE_URL "https://github.com/Ultimaker/Marlin" #define X_STEP_PIN 25 #define X_DIR_PIN 23 diff --git a/Marlin/pins_ULTIMAKER.h b/Marlin/pins_ULTIMAKER.h index b5a10057c..ab7a5da83 100644 --- a/Marlin/pins_ULTIMAKER.h +++ b/Marlin/pins_ULTIMAKER.h @@ -28,8 +28,8 @@ #error Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu. #endif -#define DEFAULT_MACHINE_NAME "Ultimaker" -#define DEFAULT_SOURCE_URL "https://github.com/Ultimaker/Marlin" +#define DEFAULT_MACHINE_NAME "Ultimaker" +#define DEFAULT_SOURCE_CODE_URL "https://github.com/Ultimaker/Marlin" #define LARGE_FLASH true diff --git a/Marlin/pins_ULTIMAKER_OLD.h b/Marlin/pins_ULTIMAKER_OLD.h index 4f015f7e7..e2d48e67d 100644 --- a/Marlin/pins_ULTIMAKER_OLD.h +++ b/Marlin/pins_ULTIMAKER_OLD.h @@ -28,8 +28,8 @@ #error Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu. #endif -#define DEFAULT_MACHINE_NAME "Ultimaker" -#define DEFAULT_SOURCE_URL "https://github.com/Ultimaker/Marlin" +#define DEFAULT_MACHINE_NAME "Ultimaker" +#define DEFAULT_SOURCE_CODE_URL "https://github.com/Ultimaker/Marlin" #define LARGE_FLASH true