Browse Source

example configurations changed to meet Configuration.h

AnHardt 10 years ago
parent
commit
75cf302da3

+ 1
- 1
Marlin/example_configurations/K8200/Configuration.h View File

28
 #define STRING_URL "reprap.org"
28
 #define STRING_URL "reprap.org"
29
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
29
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
30
 #define STRING_CONFIG_H_AUTHOR "(K8200, CONSULitAS)" // Who made the changes.
30
 #define STRING_CONFIG_H_AUTHOR "(K8200, CONSULitAS)" // Who made the changes.
31
-#define STRING_SPLASH STRING_VERSION " - " STRING_URL // will be shown during bootup
31
+#define STRING_SPLASH "v" STRING_VERSION " - " STRING_URL // will be shown during bootup
32
 
32
 
33
 // SERIAL_PORT selects which serial port should be used for communication with the host.
33
 // SERIAL_PORT selects which serial port should be used for communication with the host.
34
 // This allows the connection of wireless adapters (for instance) to non-default port pins.
34
 // This allows the connection of wireless adapters (for instance) to non-default port pins.

+ 3
- 0
Marlin/example_configurations/SCARA/Configuration.h View File

42
 // User-specified version info of this build to display in [Pronterface, etc] terminal window during
42
 // User-specified version info of this build to display in [Pronterface, etc] terminal window during
43
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
43
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
44
 // build by the user have been successfully uploaded into firmware.
44
 // build by the user have been successfully uploaded into firmware.
45
+#define STRING_VERSION "1.0.2"
46
+#define STRING_URL "reprap.org"
45
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
47
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
46
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
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
47
 
50
 
48
 // SERIAL_PORT selects which serial port should be used for communication with the host.
51
 // SERIAL_PORT selects which serial port should be used for communication with the host.
49
 // This allows the connection of wireless adapters (for instance) to non-default port pins.
52
 // This allows the connection of wireless adapters (for instance) to non-default port pins.

+ 3
- 0
Marlin/example_configurations/delta/Configuration.h View File

17
 // User-specified version info of this build to display in [Pronterface, etc] terminal window during
17
 // User-specified version info of this build to display in [Pronterface, etc] terminal window during
18
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
18
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
19
 // build by the user have been successfully uploaded into firmware.
19
 // build by the user have been successfully uploaded into firmware.
20
+#define STRING_VERSION "1.0.2"
21
+#define STRING_URL "reprap.org"
20
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
22
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
21
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
23
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
24
+#define STRING_SPLASH "v" STRING_VERSION " - " STRING_URL // will be shown during bootup
22
 
25
 
23
 // SERIAL_PORT selects which serial port should be used for communication with the host.
26
 // SERIAL_PORT selects which serial port should be used for communication with the host.
24
 // This allows the connection of wireless adapters (for instance) to non-default port pins.
27
 // This allows the connection of wireless adapters (for instance) to non-default port pins.

+ 3
- 0
Marlin/example_configurations/makibox/Configuration.h View File

24
 // User-specified version info of this build to display in [Pronterface, etc] terminal window during
24
 // User-specified version info of this build to display in [Pronterface, etc] terminal window during
25
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
25
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
26
 // build by the user have been successfully uploaded into firmware.
26
 // build by the user have been successfully uploaded into firmware.
27
+#define STRING_VERSION "1.0.2"
28
+#define STRING_URL "reprap.org"
27
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
29
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
28
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
30
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
31
+#define STRING_SPLASH "v" STRING_VERSION " - " STRING_URL // will be shown during bootup
29
 
32
 
30
 // SERIAL_PORT selects which serial port should be used for communication with the host.
33
 // SERIAL_PORT selects which serial port should be used for communication with the host.
31
 // This allows the connection of wireless adapters (for instance) to non-default port pins.
34
 // This allows the connection of wireless adapters (for instance) to non-default port pins.

+ 3
- 0
Marlin/example_configurations/tvrrug/Round2/Configuration.h View File

24
 // User-specified version info of this build to display in [Pronterface, etc] terminal window during
24
 // User-specified version info of this build to display in [Pronterface, etc] terminal window during
25
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
25
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
26
 // build by the user have been successfully uploaded into firmware.
26
 // build by the user have been successfully uploaded into firmware.
27
+#define STRING_VERSION "1.0.2"
28
+#define STRING_URL "reprap.org"
27
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
29
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
28
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
30
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
31
+#define STRING_SPLASH "v" STRING_VERSION " - " STRING_URL // will be shown during bootup
29
 
32
 
30
 // SERIAL_PORT selects which serial port should be used for communication with the host.
33
 // SERIAL_PORT selects which serial port should be used for communication with the host.
31
 // This allows the connection of wireless adapters (for instance) to non-default port pins.
34
 // This allows the connection of wireless adapters (for instance) to non-default port pins.

Loading…
Cancel
Save