Browse Source

Remove URL scheme

Scott Lahteine 4 years ago
parent
commit
91c350e793

+ 2
- 2
Marlin/Version.h View File

54
  * has a distinct Github fork— the Source Code URL should just be the main
54
  * has a distinct Github fork— the Source Code URL should just be the main
55
  * Marlin repository.
55
  * Marlin repository.
56
  */
56
  */
57
-//#define SOURCE_CODE_URL "https://github.com/MarlinFirmware/Marlin"
57
+//#define SOURCE_CODE_URL "github.com/MarlinFirmware/Marlin"
58
 
58
 
59
 /**
59
 /**
60
  * Default generic printer UUID.
60
  * Default generic printer UUID.
65
  * The WEBSITE_URL is the location where users can get more information such as
65
  * The WEBSITE_URL is the location where users can get more information such as
66
  * documentation about a specific Marlin release.
66
  * documentation about a specific Marlin release.
67
  */
67
  */
68
-//#define WEBSITE_URL "https://marlinfw.org"
68
+//#define WEBSITE_URL "marlinfw.org"
69
 
69
 
70
 /**
70
 /**
71
  * Set the vendor info the serial USB interface, if changable
71
  * Set the vendor info the serial USB interface, if changable

+ 1
- 1
Marlin/src/core/boards.h View File

189
 #define BOARD_GEN3_PLUS               1601  // Gen3+
189
 #define BOARD_GEN3_PLUS               1601  // Gen3+
190
 #define BOARD_GEN6                    1602  // Gen6
190
 #define BOARD_GEN6                    1602  // Gen6
191
 #define BOARD_GEN6_DELUXE             1603  // Gen6 deluxe
191
 #define BOARD_GEN6_DELUXE             1603  // Gen6 deluxe
192
-#define BOARD_GEN7_CUSTOM             1604  // Gen7 custom (Alfons3 Version) "https://github.com/Alfons3/Generation_7_Electronics"
192
+#define BOARD_GEN7_CUSTOM             1604  // Gen7 custom (Alfons3 Version) https://github.com/Alfons3/Generation_7_Electronics
193
 #define BOARD_GEN7_12                 1605  // Gen7 v1.1, v1.2
193
 #define BOARD_GEN7_12                 1605  // Gen7 v1.1, v1.2
194
 #define BOARD_GEN7_13                 1606  // Gen7 v1.3
194
 #define BOARD_GEN7_13                 1606  // Gen7 v1.3
195
 #define BOARD_GEN7_14                 1607  // Gen7 v1.4
195
 #define BOARD_GEN7_14                 1607  // Gen7 v1.4

+ 1
- 1
Marlin/src/core/language.h View File

91
   #define MACHINE_UUID DEFAULT_MACHINE_UUID
91
   #define MACHINE_UUID DEFAULT_MACHINE_UUID
92
 #endif
92
 #endif
93
 
93
 
94
-#define MARLIN_WEBSITE_URL "https://marlinfw.org"
94
+#define MARLIN_WEBSITE_URL "marlinfw.org"
95
 
95
 
96
 //#if !defined(STRING_SPLASH_LINE3) && defined(WEBSITE_URL)
96
 //#if !defined(STRING_SPLASH_LINE3) && defined(WEBSITE_URL)
97
 //  #define STRING_SPLASH_LINE3 WEBSITE_URL
97
 //  #define STRING_SPLASH_LINE3 WEBSITE_URL

+ 2
- 2
Marlin/src/inc/Version.h View File

82
  * providing the source code to your customers.)
82
  * providing the source code to your customers.)
83
  */
83
  */
84
 #ifndef SOURCE_CODE_URL
84
 #ifndef SOURCE_CODE_URL
85
-  #define SOURCE_CODE_URL "https://github.com/MarlinFirmware/Marlin"
85
+  #define SOURCE_CODE_URL "github.com/MarlinFirmware/Marlin"
86
 #endif
86
 #endif
87
 
87
 
88
 /**
88
 /**
97
    * documentation about a specific Marlin release. Displayed in the Info Menu.
97
    * documentation about a specific Marlin release. Displayed in the Info Menu.
98
    */
98
    */
99
 #ifndef WEBSITE_URL
99
 #ifndef WEBSITE_URL
100
-  #define WEBSITE_URL "https://marlinfw.org"
100
+  #define WEBSITE_URL "marlinfw.org"
101
 #endif
101
 #endif
102
 
102
 
103
 /**
103
 /**

+ 1
- 1
Marlin/src/libs/heatshrink/heatshrink_common.h View File

4
 #pragma once
4
 #pragma once
5
 
5
 
6
 #define HEATSHRINK_AUTHOR "Scott Vokes <vokes.s@gmail.com>"
6
 #define HEATSHRINK_AUTHOR "Scott Vokes <vokes.s@gmail.com>"
7
-#define HEATSHRINK_URL "https://github.com/atomicobject/heatshrink"
7
+#define HEATSHRINK_URL "github.com/atomicobject/heatshrink"
8
 
8
 
9
 /* Version 0.4.1 */
9
 /* Version 0.4.1 */
10
 #define HEATSHRINK_VERSION_MAJOR 0
10
 #define HEATSHRINK_VERSION_MAJOR 0

+ 1
- 1
Marlin/src/pins/lpc1769/pins_FLY_CDY.h View File

26
 #endif
26
 #endif
27
 
27
 
28
 #define BOARD_INFO_NAME   "FLY-CDY"
28
 #define BOARD_INFO_NAME   "FLY-CDY"
29
-#define BOARD_WEBSITE_URL "https://github.com/FLYmaker/FLY-CDY"
29
+#define BOARD_WEBSITE_URL "github.com/FLYmaker/FLY-CDY"
30
 
30
 
31
 //
31
 //
32
 // Servos
32
 // Servos

+ 1
- 1
Marlin/src/pins/mega/pins_WANHAO_ONEPLUS.h View File

31
 
31
 
32
 #define BOARD_INFO_NAME      "Wanhao i3 Mini 0ne+"
32
 #define BOARD_INFO_NAME      "Wanhao i3 Mini 0ne+"
33
 #define DEFAULT_MACHINE_NAME "i3 Mini"
33
 #define DEFAULT_MACHINE_NAME "i3 Mini"
34
-#define BOARD_WEBSITE_URL    "https://tinyurl.com/yyxw7se7"
34
+#define BOARD_WEBSITE_URL    "tinyurl.com/yyxw7se7"
35
 
35
 
36
 //
36
 //
37
 // Limit Switches
37
 // Limit Switches

+ 1
- 1
Marlin/src/pins/ramps/pins_3DRAG.h View File

34
 #endif
34
 #endif
35
 
35
 
36
 #ifndef DEFAULT_SOURCE_CODE_URL
36
 #ifndef DEFAULT_SOURCE_CODE_URL
37
-  #define DEFAULT_SOURCE_CODE_URL "https://3dprint.elettronicain.it/"
37
+  #define DEFAULT_SOURCE_CODE_URL "3dprint.elettronicain.it"
38
 #endif
38
 #endif
39
 
39
 
40
 //
40
 //

+ 1
- 1
Marlin/src/pins/ramps/pins_K8200.h View File

28
 
28
 
29
 #define BOARD_INFO_NAME         "Velleman K8200"
29
 #define BOARD_INFO_NAME         "Velleman K8200"
30
 #define DEFAULT_MACHINE_NAME    "K8200"
30
 #define DEFAULT_MACHINE_NAME    "K8200"
31
-#define DEFAULT_SOURCE_CODE_URL "https://github.com/CONSULitAS/Marlin-K8200"
31
+#define DEFAULT_SOURCE_CODE_URL "github.com/CONSULitAS/Marlin-K8200"
32
 
32
 
33
 #include "pins_3DRAG.h"
33
 #include "pins_3DRAG.h"

+ 1
- 1
Marlin/src/pins/ramps/pins_ULTIMAIN_2.h View File

39
 
39
 
40
 #define BOARD_INFO_NAME         "Ultimaker 2.x"
40
 #define BOARD_INFO_NAME         "Ultimaker 2.x"
41
 #define DEFAULT_MACHINE_NAME    "Ultimaker"
41
 #define DEFAULT_MACHINE_NAME    "Ultimaker"
42
-#define DEFAULT_SOURCE_CODE_URL "https://github.com/Ultimaker/Marlin"
42
+#define DEFAULT_SOURCE_CODE_URL "github.com/Ultimaker/Marlin"
43
 
43
 
44
 //
44
 //
45
 // Limit Switches
45
 // Limit Switches

+ 1
- 1
Marlin/src/pins/ramps/pins_ULTIMAKER.h View File

39
 
39
 
40
 #define BOARD_INFO_NAME         "Ultimaker"
40
 #define BOARD_INFO_NAME         "Ultimaker"
41
 #define DEFAULT_MACHINE_NAME    BOARD_INFO_NAME
41
 #define DEFAULT_MACHINE_NAME    BOARD_INFO_NAME
42
-#define DEFAULT_SOURCE_CODE_URL "https://github.com/Ultimaker/Marlin"
42
+#define DEFAULT_SOURCE_CODE_URL "github.com/Ultimaker/Marlin"
43
 
43
 
44
 //
44
 //
45
 // Servos
45
 // Servos

+ 1
- 1
Marlin/src/pins/ramps/pins_ULTIMAKER_OLD.h View File

74
   #define BOARD_INFO_NAME       "Ultimaker 1.5.4+"
74
   #define BOARD_INFO_NAME       "Ultimaker 1.5.4+"
75
 #endif
75
 #endif
76
 #define DEFAULT_MACHINE_NAME    "Ultimaker"
76
 #define DEFAULT_MACHINE_NAME    "Ultimaker"
77
-#define DEFAULT_SOURCE_CODE_URL "https://github.com/Ultimaker/Marlin"
77
+#define DEFAULT_SOURCE_CODE_URL "github.com/Ultimaker/Marlin"
78
 
78
 
79
 //
79
 //
80
 // Limit Switches
80
 // Limit Switches

+ 1
- 1
Marlin/src/pins/sanguino/pins_ZMIB_V2.h View File

26
 #endif
26
 #endif
27
 
27
 
28
 #define BOARD_INFO_NAME   "Zonestar ZMIB_V2"
28
 #define BOARD_INFO_NAME   "Zonestar ZMIB_V2"
29
-#define BOARD_WEBSITE_URL "https://www.aliexpress.com/item/32957490744.html"
29
+#define BOARD_WEBSITE_URL "www.aliexpress.com/item/32957490744.html"
30
 
30
 
31
 #define IS_ZMIB_V2
31
 #define IS_ZMIB_V2
32
 
32
 

+ 1
- 1
Marlin/src/pins/teensy2/pins_SAV_MKI.h View File

68
 
68
 
69
 #define BOARD_INFO_NAME         "SAV MkI"
69
 #define BOARD_INFO_NAME         "SAV MkI"
70
 #define DEFAULT_MACHINE_NAME    BOARD_INFO_NAME
70
 #define DEFAULT_MACHINE_NAME    BOARD_INFO_NAME
71
-#define DEFAULT_SOURCE_CODE_URL "https://tinyurl.com/onru38b"
71
+#define DEFAULT_SOURCE_CODE_URL "tinyurl.com/onru38b"
72
 
72
 
73
 //
73
 //
74
 // Servos
74
 // Servos

Loading…
Cancel
Save