Explorar el Código

example configurations changed to meet Configuration.h

AnHardt hace 9 años
padre
commit
75cf302da3

+ 1
- 1
Marlin/example_configurations/K8200/Configuration.h Ver fichero

@@ -28,7 +28,7 @@
28 28
 #define STRING_URL "reprap.org"
29 29
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
30 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 33
 // SERIAL_PORT selects which serial port should be used for communication with the host.
34 34
 // This allows the connection of wireless adapters (for instance) to non-default port pins.

+ 3
- 0
Marlin/example_configurations/SCARA/Configuration.h Ver fichero

@@ -42,8 +42,11 @@
42 42
 // User-specified version info of this build to display in [Pronterface, etc] terminal window during
43 43
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
44 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 47
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
46 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 51
 // SERIAL_PORT selects which serial port should be used for communication with the host.
49 52
 // This allows the connection of wireless adapters (for instance) to non-default port pins.

+ 3
- 0
Marlin/example_configurations/delta/Configuration.h Ver fichero

@@ -17,8 +17,11 @@
17 17
 // User-specified version info of this build to display in [Pronterface, etc] terminal window during
18 18
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
19 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 22
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
21 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 26
 // SERIAL_PORT selects which serial port should be used for communication with the host.
24 27
 // This allows the connection of wireless adapters (for instance) to non-default port pins.

+ 3
- 0
Marlin/example_configurations/makibox/Configuration.h Ver fichero

@@ -24,8 +24,11 @@
24 24
 // User-specified version info of this build to display in [Pronterface, etc] terminal window during
25 25
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
26 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 29
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
28 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 33
 // SERIAL_PORT selects which serial port should be used for communication with the host.
31 34
 // This allows the connection of wireless adapters (for instance) to non-default port pins.

+ 3
- 0
Marlin/example_configurations/tvrrug/Round2/Configuration.h Ver fichero

@@ -24,8 +24,11 @@
24 24
 // User-specified version info of this build to display in [Pronterface, etc] terminal window during
25 25
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
26 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 29
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
28 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 33
 // SERIAL_PORT selects which serial port should be used for communication with the host.
31 34
 // This allows the connection of wireless adapters (for instance) to non-default port pins.

Loading…
Cancelar
Guardar