瀏覽代碼

Adds a notice to vendors about the SHOW_CUSTOM_BOOTSCREEN directive

João Brázio 9 年之前
父節點
當前提交
dfa1c45075

+ 18
- 2
Marlin/example_configurations/Cartesio/Configuration.h 查看文件

@@ -97,8 +97,24 @@
97 97
 // build by the user have been successfully uploaded into firmware.
98 98
 #define STRING_CONFIG_H_AUTHOR "(MaukCC, CartesioE)" // Who made the changes.
99 99
 #define SHOW_BOOTSCREEN
100
-#define STRING_SPLASH_LINE1 "Cartesio" // will be shown during bootup in line1
101
-#define STRING_SPLASH_LINE2 "Marlin " SHORT_BUILD_VERSION // will be shown during bootup in line 2
100
+#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during boot in line 1
101
+#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during boot in line 2
102
+
103
+//
104
+// *** VENDORS PLEASE READ *****************************************************
105
+//
106
+// Marlin now allow you to have a vendor boot image to be displayed on machine
107
+// start. When SHOW_CUSTOM_BOOTSCREEN is defined Marlin will first show your
108
+// custom boot image and them the default Marlin boot image is shown.
109
+//
110
+// We suggest for you to take advantage of this new feature and keep the Marlin
111
+// boot image unmodified. For an example have a look at the bq Hephestos 2
112
+// example configuration folder.
113
+//
114
+//#define SHOW_CUSTOM_BOOTSCREEN
115
+#if ENABLED(SHOW_BOOTSCREEN) && ENABLED(SHOW_CUSTOM_BOOTSCREEN)
116
+  #include "_bootscreen.h"
117
+#endif
102 118
 
103 119
 // @section machine
104 120
 

+ 18
- 2
Marlin/example_configurations/Felix/Configuration.h 查看文件

@@ -97,8 +97,24 @@
97 97
 // build by the user have been successfully uploaded into firmware.
98 98
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
99 99
 #define SHOW_BOOTSCREEN
100
-#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
101
-#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during bootup in line 2
100
+#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during boot in line 1
101
+#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during boot in line 2
102
+
103
+//
104
+// *** VENDORS PLEASE READ *****************************************************
105
+//
106
+// Marlin now allow you to have a vendor boot image to be displayed on machine
107
+// start. When SHOW_CUSTOM_BOOTSCREEN is defined Marlin will first show your
108
+// custom boot image and them the default Marlin boot image is shown.
109
+//
110
+// We suggest for you to take advantage of this new feature and keep the Marlin
111
+// boot image unmodified. For an example have a look at the bq Hephestos 2
112
+// example configuration folder.
113
+//
114
+//#define SHOW_CUSTOM_BOOTSCREEN
115
+#if ENABLED(SHOW_BOOTSCREEN) && ENABLED(SHOW_CUSTOM_BOOTSCREEN)
116
+  #include "_bootscreen.h"
117
+#endif
102 118
 
103 119
 // @section machine
104 120
 

+ 18
- 2
Marlin/example_configurations/Felix/DUAL/Configuration.h 查看文件

@@ -97,8 +97,24 @@
97 97
 // build by the user have been successfully uploaded into firmware.
98 98
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
99 99
 #define SHOW_BOOTSCREEN
100
-#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
101
-#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during bootup in line 2
100
+#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during boot in line 1
101
+#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during boot in line 2
102
+
103
+//
104
+// *** VENDORS PLEASE READ *****************************************************
105
+//
106
+// Marlin now allow you to have a vendor boot image to be displayed on machine
107
+// start. When SHOW_CUSTOM_BOOTSCREEN is defined Marlin will first show your
108
+// custom boot image and them the default Marlin boot image is shown.
109
+//
110
+// We suggest for you to take advantage of this new feature and keep the Marlin
111
+// boot image unmodified. For an example have a look at the bq Hephestos 2
112
+// example configuration folder.
113
+//
114
+//#define SHOW_CUSTOM_BOOTSCREEN
115
+#if ENABLED(SHOW_BOOTSCREEN) && ENABLED(SHOW_CUSTOM_BOOTSCREEN)
116
+  #include "_bootscreen.h"
117
+#endif
102 118
 
103 119
 // @section machine
104 120
 

+ 18
- 2
Marlin/example_configurations/Hephestos/Configuration.h 查看文件

@@ -97,8 +97,24 @@
97 97
 // build by the user have been successfully uploaded into firmware.
98 98
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
99 99
 #define SHOW_BOOTSCREEN
100
-#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
101
-#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during bootup in line 2
100
+#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during boot in line 1
101
+#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during boot in line 2
102
+
103
+//
104
+// *** VENDORS PLEASE READ *****************************************************
105
+//
106
+// Marlin now allow you to have a vendor boot image to be displayed on machine
107
+// start. When SHOW_CUSTOM_BOOTSCREEN is defined Marlin will first show your
108
+// custom boot image and them the default Marlin boot image is shown.
109
+//
110
+// We suggest for you to take advantage of this new feature and keep the Marlin
111
+// boot image unmodified. For an example have a look at the bq Hephestos 2
112
+// example configuration folder.
113
+//
114
+//#define SHOW_CUSTOM_BOOTSCREEN
115
+#if ENABLED(SHOW_BOOTSCREEN) && ENABLED(SHOW_CUSTOM_BOOTSCREEN)
116
+  #include "_bootscreen.h"
117
+#endif
102 118
 
103 119
 // @section machine
104 120
 

+ 18
- 2
Marlin/example_configurations/Hephestos_2/Configuration.h 查看文件

@@ -97,8 +97,24 @@
97 97
 // build by the user have been successfully uploaded into firmware.
98 98
 #define STRING_CONFIG_H_AUTHOR "@jbrazio" // Who made the changes.
99 99
 #define SHOW_BOOTSCREEN
100
-#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
101
-#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during bootup in line 2
100
+#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during boot in line 1
101
+#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during boot in line 2
102
+
103
+//
104
+// *** VENDORS PLEASE READ *****************************************************
105
+//
106
+// Marlin now allow you to have a vendor boot image to be displayed on machine
107
+// start. When SHOW_CUSTOM_BOOTSCREEN is defined Marlin will first show your
108
+// custom boot image and them the default Marlin boot image is shown.
109
+//
110
+// We suggest for you to take advantage of this new feature and keep the Marlin
111
+// boot image unmodified. For an example have a look at the bq Hephestos 2
112
+// example configuration folder.
113
+//
114
+//#define SHOW_CUSTOM_BOOTSCREEN
115
+#if ENABLED(SHOW_BOOTSCREEN) && ENABLED(SHOW_CUSTOM_BOOTSCREEN)
116
+  #include "_bootscreen.h"
117
+#endif
102 118
 
103 119
 // @section machine
104 120
 

+ 18
- 2
Marlin/example_configurations/K8200/Configuration.h 查看文件

@@ -104,8 +104,24 @@
104 104
 // build by the user have been successfully uploaded into firmware.
105 105
 #define STRING_CONFIG_H_AUTHOR "(K8200, @CONSULitAS)" // Who made the changes.
106 106
 #define SHOW_BOOTSCREEN
107
-#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
108
-#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during bootup in line 2
107
+#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during boot in line 1
108
+#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during boot in line 2
109
+
110
+//
111
+// *** VENDORS PLEASE READ *****************************************************
112
+//
113
+// Marlin now allow you to have a vendor boot image to be displayed on machine
114
+// start. When SHOW_CUSTOM_BOOTSCREEN is defined Marlin will first show your
115
+// custom boot image and them the default Marlin boot image is shown.
116
+//
117
+// We suggest for you to take advantage of this new feature and keep the Marlin
118
+// boot image unmodified. For an example have a look at the bq Hephestos 2
119
+// example configuration folder.
120
+//
121
+//#define SHOW_CUSTOM_BOOTSCREEN
122
+#if ENABLED(SHOW_BOOTSCREEN) && ENABLED(SHOW_CUSTOM_BOOTSCREEN)
123
+  #include "_bootscreen.h"
124
+#endif
109 125
 
110 126
 // @section machine
111 127
 

+ 18
- 2
Marlin/example_configurations/K8400/Configuration.h 查看文件

@@ -97,8 +97,24 @@
97 97
 // build by the user have been successfully uploaded into firmware.
98 98
 #define STRING_CONFIG_H_AUTHOR "(Anthony Birkett, default config)" // Who made the changes.
99 99
 #define SHOW_BOOTSCREEN
100
-#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
101
-#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during bootup in line 2
100
+#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during boot in line 1
101
+#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during boot in line 2
102
+
103
+//
104
+// *** VENDORS PLEASE READ *****************************************************
105
+//
106
+// Marlin now allow you to have a vendor boot image to be displayed on machine
107
+// start. When SHOW_CUSTOM_BOOTSCREEN is defined Marlin will first show your
108
+// custom boot image and them the default Marlin boot image is shown.
109
+//
110
+// We suggest for you to take advantage of this new feature and keep the Marlin
111
+// boot image unmodified. For an example have a look at the bq Hephestos 2
112
+// example configuration folder.
113
+//
114
+//#define SHOW_CUSTOM_BOOTSCREEN
115
+#if ENABLED(SHOW_BOOTSCREEN) && ENABLED(SHOW_CUSTOM_BOOTSCREEN)
116
+  #include "_bootscreen.h"
117
+#endif
102 118
 
103 119
 // @section machine
104 120
 

+ 18
- 2
Marlin/example_configurations/K8400/Dual-head/Configuration.h 查看文件

@@ -97,8 +97,24 @@
97 97
 // build by the user have been successfully uploaded into firmware.
98 98
 #define STRING_CONFIG_H_AUTHOR "(Anthony Birkett, default config)" // Who made the changes.
99 99
 #define SHOW_BOOTSCREEN
100
-#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
101
-#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during bootup in line 2
100
+#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during boot in line 1
101
+#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during boot in line 2
102
+
103
+//
104
+// *** VENDORS PLEASE READ *****************************************************
105
+//
106
+// Marlin now allow you to have a vendor boot image to be displayed on machine
107
+// start. When SHOW_CUSTOM_BOOTSCREEN is defined Marlin will first show your
108
+// custom boot image and them the default Marlin boot image is shown.
109
+//
110
+// We suggest for you to take advantage of this new feature and keep the Marlin
111
+// boot image unmodified. For an example have a look at the bq Hephestos 2
112
+// example configuration folder.
113
+//
114
+//#define SHOW_CUSTOM_BOOTSCREEN
115
+#if ENABLED(SHOW_BOOTSCREEN) && ENABLED(SHOW_CUSTOM_BOOTSCREEN)
116
+  #include "_bootscreen.h"
117
+#endif
102 118
 
103 119
 // @section machine
104 120
 

+ 18
- 2
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h 查看文件

@@ -97,8 +97,24 @@
97 97
 // build by the user have been successfully uploaded into firmware.
98 98
 #define STRING_CONFIG_H_AUTHOR "RepRapWorld.com" // Who made the changes.
99 99
 #define SHOW_BOOTSCREEN
100
-#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
101
-#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during bootup in line 2
100
+#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during boot in line 1
101
+#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during boot in line 2
102
+
103
+//
104
+// *** VENDORS PLEASE READ *****************************************************
105
+//
106
+// Marlin now allow you to have a vendor boot image to be displayed on machine
107
+// start. When SHOW_CUSTOM_BOOTSCREEN is defined Marlin will first show your
108
+// custom boot image and them the default Marlin boot image is shown.
109
+//
110
+// We suggest for you to take advantage of this new feature and keep the Marlin
111
+// boot image unmodified. For an example have a look at the bq Hephestos 2
112
+// example configuration folder.
113
+//
114
+//#define SHOW_CUSTOM_BOOTSCREEN
115
+#if ENABLED(SHOW_BOOTSCREEN) && ENABLED(SHOW_CUSTOM_BOOTSCREEN)
116
+  #include "_bootscreen.h"
117
+#endif
102 118
 
103 119
 // @section machine
104 120
 

+ 18
- 2
Marlin/example_configurations/RigidBot/Configuration.h 查看文件

@@ -97,8 +97,24 @@
97 97
 // build by the user have been successfully uploaded into firmware.
98 98
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
99 99
 #define SHOW_BOOTSCREEN
100
-#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
101
-#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during bootup in line 2
100
+#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during boot in line 1
101
+#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during boot in line 2
102
+
103
+//
104
+// *** VENDORS PLEASE READ *****************************************************
105
+//
106
+// Marlin now allow you to have a vendor boot image to be displayed on machine
107
+// start. When SHOW_CUSTOM_BOOTSCREEN is defined Marlin will first show your
108
+// custom boot image and them the default Marlin boot image is shown.
109
+//
110
+// We suggest for you to take advantage of this new feature and keep the Marlin
111
+// boot image unmodified. For an example have a look at the bq Hephestos 2
112
+// example configuration folder.
113
+//
114
+//#define SHOW_CUSTOM_BOOTSCREEN
115
+#if ENABLED(SHOW_BOOTSCREEN) && ENABLED(SHOW_CUSTOM_BOOTSCREEN)
116
+  #include "_bootscreen.h"
117
+#endif
102 118
 
103 119
 // @section machine
104 120
 

+ 18
- 2
Marlin/example_configurations/SCARA/Configuration.h 查看文件

@@ -122,8 +122,24 @@
122 122
 // build by the user have been successfully uploaded into firmware.
123 123
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
124 124
 #define SHOW_BOOTSCREEN
125
-#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
126
-#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during bootup in line 2
125
+#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during boot in line 1
126
+#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during boot in line 2
127
+
128
+//
129
+// *** VENDORS PLEASE READ *****************************************************
130
+//
131
+// Marlin now allow you to have a vendor boot image to be displayed on machine
132
+// start. When SHOW_CUSTOM_BOOTSCREEN is defined Marlin will first show your
133
+// custom boot image and them the default Marlin boot image is shown.
134
+//
135
+// We suggest for you to take advantage of this new feature and keep the Marlin
136
+// boot image unmodified. For an example have a look at the bq Hephestos 2
137
+// example configuration folder.
138
+//
139
+//#define SHOW_CUSTOM_BOOTSCREEN
140
+#if ENABLED(SHOW_BOOTSCREEN) && ENABLED(SHOW_CUSTOM_BOOTSCREEN)
141
+  #include "_bootscreen.h"
142
+#endif
127 143
 
128 144
 // @section machine
129 145
 

+ 18
- 2
Marlin/example_configurations/TAZ4/Configuration.h 查看文件

@@ -97,8 +97,24 @@
97 97
 // build by the user have been successfully uploaded into firmware.
98 98
 #define STRING_CONFIG_H_AUTHOR "(Aleph Objects, Inc, TAZ  config)" // Who made the changes.
99 99
 #define SHOW_BOOTSCREEN
100
-#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
101
-#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during bootup in line 2
100
+#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during boot in line 1
101
+#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during boot in line 2
102
+
103
+//
104
+// *** VENDORS PLEASE READ *****************************************************
105
+//
106
+// Marlin now allow you to have a vendor boot image to be displayed on machine
107
+// start. When SHOW_CUSTOM_BOOTSCREEN is defined Marlin will first show your
108
+// custom boot image and them the default Marlin boot image is shown.
109
+//
110
+// We suggest for you to take advantage of this new feature and keep the Marlin
111
+// boot image unmodified. For an example have a look at the bq Hephestos 2
112
+// example configuration folder.
113
+//
114
+//#define SHOW_CUSTOM_BOOTSCREEN
115
+#if ENABLED(SHOW_BOOTSCREEN) && ENABLED(SHOW_CUSTOM_BOOTSCREEN)
116
+  #include "_bootscreen.h"
117
+#endif
102 118
 
103 119
 // @section machine
104 120
 

+ 18
- 2
Marlin/example_configurations/WITBOX/Configuration.h 查看文件

@@ -97,8 +97,24 @@
97 97
 // build by the user have been successfully uploaded into firmware.
98 98
 #define STRING_CONFIG_H_AUTHOR "(bq Witbox)" // Who made the changes.
99 99
 #define SHOW_BOOTSCREEN
100
-#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
101
-#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during bootup in line 2
100
+#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during boot in line 1
101
+#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during boot in line 2
102
+
103
+//
104
+// *** VENDORS PLEASE READ *****************************************************
105
+//
106
+// Marlin now allow you to have a vendor boot image to be displayed on machine
107
+// start. When SHOW_CUSTOM_BOOTSCREEN is defined Marlin will first show your
108
+// custom boot image and them the default Marlin boot image is shown.
109
+//
110
+// We suggest for you to take advantage of this new feature and keep the Marlin
111
+// boot image unmodified. For an example have a look at the bq Hephestos 2
112
+// example configuration folder.
113
+//
114
+//#define SHOW_CUSTOM_BOOTSCREEN
115
+#if ENABLED(SHOW_BOOTSCREEN) && ENABLED(SHOW_CUSTOM_BOOTSCREEN)
116
+  #include "_Bootscreen.h"
117
+#endif
102 118
 
103 119
 // @section machine
104 120
 

+ 18
- 2
Marlin/example_configurations/adafruit/ST7565/Configuration.h 查看文件

@@ -97,8 +97,24 @@
97 97
 // build by the user have been successfully uploaded into firmware.
98 98
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
99 99
 #define SHOW_BOOTSCREEN
100
-#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
101
-#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during bootup in line 2
100
+#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during boot in line 1
101
+#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during boot in line 2
102
+
103
+//
104
+// *** VENDORS PLEASE READ *****************************************************
105
+//
106
+// Marlin now allow you to have a vendor boot image to be displayed on machine
107
+// start. When SHOW_CUSTOM_BOOTSCREEN is defined Marlin will first show your
108
+// custom boot image and them the default Marlin boot image is shown.
109
+//
110
+// We suggest for you to take advantage of this new feature and keep the Marlin
111
+// boot image unmodified. For an example have a look at the bq Hephestos 2
112
+// example configuration folder.
113
+//
114
+//#define SHOW_CUSTOM_BOOTSCREEN
115
+#if ENABLED(SHOW_BOOTSCREEN) && ENABLED(SHOW_CUSTOM_BOOTSCREEN)
116
+  #include "_bootscreen.h"
117
+#endif
102 118
 
103 119
 // @section machine
104 120
 

+ 18
- 2
Marlin/example_configurations/delta/biv2.5/Configuration.h 查看文件

@@ -97,8 +97,24 @@
97 97
 // build by the user have been successfully uploaded into firmware.
98 98
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
99 99
 #define SHOW_BOOTSCREEN
100
-#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
101
-#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during bootup in line 2
100
+#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during boot in line 1
101
+#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during boot in line 2
102
+
103
+//
104
+// *** VENDORS PLEASE READ *****************************************************
105
+//
106
+// Marlin now allow you to have a vendor boot image to be displayed on machine
107
+// start. When SHOW_CUSTOM_BOOTSCREEN is defined Marlin will first show your
108
+// custom boot image and them the default Marlin boot image is shown.
109
+//
110
+// We suggest for you to take advantage of this new feature and keep the Marlin
111
+// boot image unmodified. For an example have a look at the bq Hephestos 2
112
+// example configuration folder.
113
+//
114
+//#define SHOW_CUSTOM_BOOTSCREEN
115
+#if ENABLED(SHOW_BOOTSCREEN) && ENABLED(SHOW_CUSTOM_BOOTSCREEN)
116
+  #include "_bootscreen.h"
117
+#endif
102 118
 
103 119
 // @section machine
104 120
 

+ 18
- 2
Marlin/example_configurations/delta/generic/Configuration.h 查看文件

@@ -97,8 +97,24 @@
97 97
 // build by the user have been successfully uploaded into firmware.
98 98
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
99 99
 #define SHOW_BOOTSCREEN
100
-#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
101
-#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during bootup in line 2
100
+#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during boot in line 1
101
+#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during boot in line 2
102
+
103
+//
104
+// *** VENDORS PLEASE READ *****************************************************
105
+//
106
+// Marlin now allow you to have a vendor boot image to be displayed on machine
107
+// start. When SHOW_CUSTOM_BOOTSCREEN is defined Marlin will first show your
108
+// custom boot image and them the default Marlin boot image is shown.
109
+//
110
+// We suggest for you to take advantage of this new feature and keep the Marlin
111
+// boot image unmodified. For an example have a look at the bq Hephestos 2
112
+// example configuration folder.
113
+//
114
+//#define SHOW_CUSTOM_BOOTSCREEN
115
+#if ENABLED(SHOW_BOOTSCREEN) && ENABLED(SHOW_CUSTOM_BOOTSCREEN)
116
+  #include "_bootscreen.h"
117
+#endif
102 118
 
103 119
 // @section machine
104 120
 

+ 18
- 2
Marlin/example_configurations/delta/kossel_mini/Configuration.h 查看文件

@@ -97,8 +97,24 @@
97 97
 // build by the user have been successfully uploaded into firmware.
98 98
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
99 99
 #define SHOW_BOOTSCREEN
100
-#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
101
-#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during bootup in line 2
100
+#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during boot in line 1
101
+#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during boot in line 2
102
+
103
+//
104
+// *** VENDORS PLEASE READ *****************************************************
105
+//
106
+// Marlin now allow you to have a vendor boot image to be displayed on machine
107
+// start. When SHOW_CUSTOM_BOOTSCREEN is defined Marlin will first show your
108
+// custom boot image and them the default Marlin boot image is shown.
109
+//
110
+// We suggest for you to take advantage of this new feature and keep the Marlin
111
+// boot image unmodified. For an example have a look at the bq Hephestos 2
112
+// example configuration folder.
113
+//
114
+//#define SHOW_CUSTOM_BOOTSCREEN
115
+#if ENABLED(SHOW_BOOTSCREEN) && ENABLED(SHOW_CUSTOM_BOOTSCREEN)
116
+  #include "_bootscreen.h"
117
+#endif
102 118
 
103 119
 // @section machine
104 120
 

+ 18
- 2
Marlin/example_configurations/delta/kossel_pro/Configuration.h 查看文件

@@ -103,8 +103,24 @@
103 103
 // build by the user have been successfully uploaded into firmware.
104 104
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
105 105
 #define SHOW_BOOTSCREEN
106
-#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
107
-#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during bootup in line 2
106
+#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during boot in line 1
107
+#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during boot in line 2
108
+
109
+//
110
+// *** VENDORS PLEASE READ *****************************************************
111
+//
112
+// Marlin now allow you to have a vendor boot image to be displayed on machine
113
+// start. When SHOW_CUSTOM_BOOTSCREEN is defined Marlin will first show your
114
+// custom boot image and them the default Marlin boot image is shown.
115
+//
116
+// We suggest for you to take advantage of this new feature and keep the Marlin
117
+// boot image unmodified. For an example have a look at the bq Hephestos 2
118
+// example configuration folder.
119
+//
120
+//#define SHOW_CUSTOM_BOOTSCREEN
121
+#if ENABLED(SHOW_BOOTSCREEN) && ENABLED(SHOW_CUSTOM_BOOTSCREEN)
122
+  #include "_bootscreen.h"
123
+#endif
108 124
 
109 125
 // @section machine
110 126
 

+ 18
- 2
Marlin/example_configurations/delta/kossel_xl/Configuration.h 查看文件

@@ -90,8 +90,24 @@
90 90
 // build by the user have been successfully uploaded into firmware.
91 91
 #define STRING_CONFIG_H_AUTHOR "(oxivanisher)" // Who made the changes.
92 92
 #define SHOW_BOOTSCREEN
93
-#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
94
-#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during bootup in line 2
93
+#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during boot in line 1
94
+#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during boot in line 2
95
+
96
+//
97
+// *** VENDORS PLEASE READ *****************************************************
98
+//
99
+// Marlin now allow you to have a vendor boot image to be displayed on machine
100
+// start. When SHOW_CUSTOM_BOOTSCREEN is defined Marlin will first show your
101
+// custom boot image and them the default Marlin boot image is shown.
102
+//
103
+// We suggest for you to take advantage of this new feature and keep the Marlin
104
+// boot image unmodified. For an example have a look at the bq Hephestos 2
105
+// example configuration folder.
106
+//
107
+//#define SHOW_CUSTOM_BOOTSCREEN
108
+#if ENABLED(SHOW_BOOTSCREEN) && ENABLED(SHOW_CUSTOM_BOOTSCREEN)
109
+  #include "_bootscreen.h"
110
+#endif
95 111
 
96 112
 // @section machine
97 113
 

+ 18
- 2
Marlin/example_configurations/makibox/Configuration.h 查看文件

@@ -97,8 +97,24 @@
97 97
 // build by the user have been successfully uploaded into firmware.
98 98
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
99 99
 #define SHOW_BOOTSCREEN
100
-#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
101
-#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during bootup in line 2
100
+#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during boot in line 1
101
+#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during boot in line 2
102
+
103
+//
104
+// *** VENDORS PLEASE READ *****************************************************
105
+//
106
+// Marlin now allow you to have a vendor boot image to be displayed on machine
107
+// start. When SHOW_CUSTOM_BOOTSCREEN is defined Marlin will first show your
108
+// custom boot image and them the default Marlin boot image is shown.
109
+//
110
+// We suggest for you to take advantage of this new feature and keep the Marlin
111
+// boot image unmodified. For an example have a look at the bq Hephestos 2
112
+// example configuration folder.
113
+//
114
+//#define SHOW_CUSTOM_BOOTSCREEN
115
+#if ENABLED(SHOW_BOOTSCREEN) && ENABLED(SHOW_CUSTOM_BOOTSCREEN)
116
+  #include "_bootscreen.h"
117
+#endif
102 118
 
103 119
 // @section machine
104 120
 

+ 18
- 2
Marlin/example_configurations/tvrrug/Round2/Configuration.h 查看文件

@@ -97,8 +97,24 @@
97 97
 // build by the user have been successfully uploaded into firmware.
98 98
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
99 99
 #define SHOW_BOOTSCREEN
100
-#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
101
-#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during bootup in line 2
100
+#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during boot in line 1
101
+#define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during boot in line 2
102
+
103
+//
104
+// *** VENDORS PLEASE READ *****************************************************
105
+//
106
+// Marlin now allow you to have a vendor boot image to be displayed on machine
107
+// start. When SHOW_CUSTOM_BOOTSCREEN is defined Marlin will first show your
108
+// custom boot image and them the default Marlin boot image is shown.
109
+//
110
+// We suggest for you to take advantage of this new feature and keep the Marlin
111
+// boot image unmodified. For an example have a look at the bq Hephestos 2
112
+// example configuration folder.
113
+//
114
+//#define SHOW_CUSTOM_BOOTSCREEN
115
+#if ENABLED(SHOW_BOOTSCREEN) && ENABLED(SHOW_CUSTOM_BOOTSCREEN)
116
+  #include "_Bootscreen.h"
117
+#endif
102 118
 
103 119
 // @section machine
104 120
 

Loading…
取消
儲存