Sfoglia il codice sorgente

Distribute recent changes in Configuration.h to the examples.

AnHardt 9 anni fa
parent
commit
2abf1ad940

+ 2
- 1
Marlin/example_configurations/Hephestos/Configuration.h Vedi File

@@ -42,7 +42,8 @@ Here are some standard links for getting your machine calibrated:
42 42
 #define STRING_URL "reprap.org"
43 43
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
44 44
 #define STRING_CONFIG_H_AUTHOR "(bq Hephestos)" // Who made the changes.
45
-#define STRING_SPLASH "v" STRING_VERSION " - " STRING_URL // will be shown during bootup
45
+#define STRING_SPLASH_LINE1 "v" STRING_VERSION // will be shown during bootup in line 1
46
+//#define STRING_SPLASH_LINE2 STRING_VERSION_CONFIG_H // will be shown during bootup in line2
46 47
 
47 48
 // SERIAL_PORT selects which serial port should be used for communication with the host.
48 49
 // This allows the connection of wireless adapters (for instance) to non-default port pins.

+ 2
- 1
Marlin/example_configurations/K8200/Configuration.h Vedi File

@@ -43,7 +43,8 @@ Here are some standard links for getting your machine calibrated:
43 43
 #define STRING_URL "reprap.org"
44 44
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
45 45
 #define STRING_CONFIG_H_AUTHOR "(K8200, CONSULitAS)" // Who made the changes.
46
-#define STRING_SPLASH "v" STRING_VERSION " - " STRING_URL // will be shown during bootup
46
+#define STRING_SPLASH_LINE1 "v" STRING_VERSION // will be shown during bootup in line 1
47
+//#define STRING_SPLASH_LINE2 STRING_VERSION_CONFIG_H // will be shown during bootup in line2
47 48
 
48 49
 // SERIAL_PORT selects which serial port should be used for communication with the host.
49 50
 // This allows the connection of wireless adapters (for instance) to non-default port pins.

+ 2
- 1
Marlin/example_configurations/SCARA/Configuration.h Vedi File

@@ -62,7 +62,8 @@ Here are some standard links for getting your machine calibrated:
62 62
 #define STRING_URL "reprap.org"
63 63
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
64 64
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
65
-#define STRING_SPLASH "v" STRING_VERSION " - " STRING_URL // will be shown during bootup
65
+#define STRING_SPLASH_LINE1 "v" STRING_VERSION // will be shown during bootup in line 1
66
+//#define STRING_SPLASH_LINE2 STRING_VERSION_CONFIG_H // will be shown during bootup in line2
66 67
 
67 68
 // SERIAL_PORT selects which serial port should be used for communication with the host.
68 69
 // This allows the connection of wireless adapters (for instance) to non-default port pins.

+ 2
- 1
Marlin/example_configurations/WITBOX/Configuration.h Vedi File

@@ -44,7 +44,8 @@ Here are some standard links for getting your machine calibrated:
44 44
 #define STRING_URL "reprap.org"
45 45
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
46 46
 #define STRING_CONFIG_H_AUTHOR "(bq Witbox)" // Who made the changes.
47
-#define STRING_SPLASH "v" STRING_VERSION " - " STRING_URL // will be shown during bootup
47
+#define STRING_SPLASH_LINE1 "v" STRING_VERSION // will be shown during bootup in line 1
48
+//#define STRING_SPLASH_LINE2 STRING_VERSION_CONFIG_H // will be shown during bootup in line2
48 49
 
49 50
 // SERIAL_PORT selects which serial port should be used for communication with the host.
50 51
 // This allows the connection of wireless adapters (for instance) to non-default port pins.

+ 2
- 1
Marlin/example_configurations/delta/Configuration.h Vedi File

@@ -37,7 +37,8 @@ Here are some standard links for getting your machine calibrated:
37 37
 #define STRING_URL "reprap.org"
38 38
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
39 39
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
40
-#define STRING_SPLASH "v" STRING_VERSION " - " STRING_URL // will be shown during bootup
40
+#define STRING_SPLASH_LINE1 "v" STRING_VERSION // will be shown during bootup in line 1
41
+//#define STRING_SPLASH_LINE2 STRING_VERSION_CONFIG_H // will be shown during bootup in line2
41 42
 
42 43
 // SERIAL_PORT selects which serial port should be used for communication with the host.
43 44
 // This allows the connection of wireless adapters (for instance) to non-default port pins.

+ 2
- 1
Marlin/example_configurations/makibox/Configuration.h Vedi File

@@ -46,7 +46,8 @@ Here are some standard links for getting your machine calibrated:
46 46
 #define STRING_URL "reprap.org"
47 47
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
48 48
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
49
-#define STRING_SPLASH "v" STRING_VERSION " - " STRING_URL // will be shown during bootup
49
+#define STRING_SPLASH_LINE1 "v" STRING_VERSION // will be shown during bootup in line 1
50
+//#define STRING_SPLASH_LINE2 STRING_VERSION_CONFIG_H // will be shown during bootup in line2
50 51
 
51 52
 // SERIAL_PORT selects which serial port should be used for communication with the host.
52 53
 // This allows the connection of wireless adapters (for instance) to non-default port pins.

+ 2
- 1
Marlin/example_configurations/tvrrug/Round2/Configuration.h Vedi File

@@ -45,7 +45,8 @@ Here are some standard links for getting your machine calibrated:
45 45
 #define STRING_URL "reprap.org"
46 46
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
47 47
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
48
-#define STRING_SPLASH "v" STRING_VERSION " - " STRING_URL // will be shown during bootup
48
+#define STRING_SPLASH_LINE1 "v" STRING_VERSION // will be shown during bootup in line 1
49
+//#define STRING_SPLASH_LINE2 STRING_VERSION_CONFIG_H // will be shown during bootup in line2
49 50
 
50 51
 // SERIAL_PORT selects which serial port should be used for communication with the host.
51 52
 // This allows the connection of wireless adapters (for instance) to non-default port pins.

Loading…
Annulla
Salva