Browse Source

Merge pull request #1988 from thinkyhead/bye_string_url

Remove obsolete STRING_URL
Scott Lahteine 9 years ago
parent
commit
c1fbef1722

+ 0
- 1
Marlin/Configuration.h View File

41
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
41
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
42
 // build by the user have been successfully uploaded into firmware.
42
 // build by the user have been successfully uploaded into firmware.
43
 #define STRING_VERSION "1.0.3 dev"
43
 #define STRING_VERSION "1.0.3 dev"
44
-#define STRING_URL "reprap.org"
45
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
44
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
46
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
45
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
47
 #define STRING_SPLASH_LINE1 "v" STRING_VERSION // will be shown during bootup in line 1
46
 #define STRING_SPLASH_LINE1 "v" STRING_VERSION // will be shown during bootup in line 1

+ 0
- 1
Marlin/configurator/config/Configuration.h View File

41
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
41
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
42
 // build by the user have been successfully uploaded into firmware.
42
 // build by the user have been successfully uploaded into firmware.
43
 #define STRING_VERSION "1.0.3 dev"
43
 #define STRING_VERSION "1.0.3 dev"
44
-#define STRING_URL "reprap.org"
45
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
44
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
46
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
45
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
47
 #define STRING_SPLASH_LINE1 "v" STRING_VERSION // will be shown during bootup in line 1
46
 #define STRING_SPLASH_LINE1 "v" STRING_VERSION // will be shown during bootup in line 1

+ 0
- 1
Marlin/example_configurations/Felix/Configuration.h View File

39
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
39
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
40
 // build by the user have been successfully uploaded into firmware.
40
 // build by the user have been successfully uploaded into firmware.
41
 #define STRING_VERSION "1.0.3 dev"
41
 #define STRING_VERSION "1.0.3 dev"
42
-#define STRING_URL "reprap.org"
43
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
42
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
44
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
43
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
45
 #define STRING_SPLASH_LINE1 "v" STRING_VERSION // will be shown during bootup in line 1
44
 #define STRING_SPLASH_LINE1 "v" STRING_VERSION // will be shown during bootup in line 1

+ 0
- 1
Marlin/example_configurations/Felix/Configuration_DUAL.h View File

39
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
39
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
40
 // build by the user have been successfully uploaded into firmware.
40
 // build by the user have been successfully uploaded into firmware.
41
 #define STRING_VERSION "1.0.3 dev"
41
 #define STRING_VERSION "1.0.3 dev"
42
-#define STRING_URL "reprap.org"
43
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
42
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
44
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
43
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
45
 #define STRING_SPLASH_LINE1 "v" STRING_VERSION // will be shown during bootup in line 1
44
 #define STRING_SPLASH_LINE1 "v" STRING_VERSION // will be shown during bootup in line 1

+ 0
- 1
Marlin/example_configurations/Hephestos/Configuration.h View File

39
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
39
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
40
 // build by the user have been successfully uploaded into firmware.
40
 // build by the user have been successfully uploaded into firmware.
41
 #define STRING_VERSION "1.0.3 dev"
41
 #define STRING_VERSION "1.0.3 dev"
42
-#define STRING_URL "reprap.org"
43
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
42
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
44
 #define STRING_CONFIG_H_AUTHOR "(bq Hephestos)" // Who made the changes.
43
 #define STRING_CONFIG_H_AUTHOR "(bq Hephestos)" // Who made the changes.
45
 #define STRING_SPLASH_LINE1 "v" STRING_VERSION // will be shown during bootup in line 1
44
 #define STRING_SPLASH_LINE1 "v" STRING_VERSION // will be shown during bootup in line 1

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

57
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
57
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
58
 // build by the user have been successfully uploaded into firmware.
58
 // build by the user have been successfully uploaded into firmware.
59
 #define STRING_VERSION "1.0.3 dev"
59
 #define STRING_VERSION "1.0.3 dev"
60
-#define STRING_URL "reprap.org"
61
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
60
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
62
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
61
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
63
 #define STRING_SPLASH_LINE1 "v" STRING_VERSION // will be shown during bootup in line 1
62
 #define STRING_SPLASH_LINE1 "v" STRING_VERSION // will be shown during bootup in line 1

+ 0
- 1
Marlin/example_configurations/WITBOX/Configuration.h View File

39
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
39
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
40
 // build by the user have been successfully uploaded into firmware.
40
 // build by the user have been successfully uploaded into firmware.
41
 #define STRING_VERSION "1.0.3 dev"
41
 #define STRING_VERSION "1.0.3 dev"
42
-#define STRING_URL "reprap.org"
43
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
42
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
44
 #define STRING_CONFIG_H_AUTHOR "(bq Witbox)" // Who made the changes.
43
 #define STRING_CONFIG_H_AUTHOR "(bq Witbox)" // Who made the changes.
45
 #define STRING_SPLASH_LINE1 "v" STRING_VERSION // will be shown during bootup in line 1
44
 #define STRING_SPLASH_LINE1 "v" STRING_VERSION // will be shown during bootup in line 1

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

39
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
39
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
40
 // build by the user have been successfully uploaded into firmware.
40
 // build by the user have been successfully uploaded into firmware.
41
 #define STRING_VERSION "1.0.3 dev"
41
 #define STRING_VERSION "1.0.3 dev"
42
-#define STRING_URL "reprap.org"
43
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
42
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
44
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
43
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
45
 #define STRING_SPLASH_LINE1 "v" STRING_VERSION // will be shown during bootup in line 1
44
 #define STRING_SPLASH_LINE1 "v" STRING_VERSION // will be shown during bootup in line 1

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

39
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
39
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
40
 // build by the user have been successfully uploaded into firmware.
40
 // build by the user have been successfully uploaded into firmware.
41
 #define STRING_VERSION "1.0.3 dev"
41
 #define STRING_VERSION "1.0.3 dev"
42
-#define STRING_URL "reprap.org"
43
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
42
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
44
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
43
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
45
 #define STRING_SPLASH_LINE1 "v" STRING_VERSION // will be shown during bootup in line 1
44
 #define STRING_SPLASH_LINE1 "v" STRING_VERSION // will be shown during bootup in line 1

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

39
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
39
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
40
 // build by the user have been successfully uploaded into firmware.
40
 // build by the user have been successfully uploaded into firmware.
41
 #define STRING_VERSION "1.0.3 dev"
41
 #define STRING_VERSION "1.0.3 dev"
42
-#define STRING_URL "reprap.org"
43
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
42
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
44
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
43
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
45
 #define STRING_SPLASH_LINE1 "v" STRING_VERSION // will be shown during bootup in line 1
44
 #define STRING_SPLASH_LINE1 "v" STRING_VERSION // will be shown during bootup in line 1

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

39
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
39
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
40
 // build by the user have been successfully uploaded into firmware.
40
 // build by the user have been successfully uploaded into firmware.
41
 #define STRING_VERSION "1.0.3 dev"
41
 #define STRING_VERSION "1.0.3 dev"
42
-#define STRING_URL "reprap.org"
43
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
42
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
44
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
43
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
45
 #define STRING_SPLASH_LINE1 "v" STRING_VERSION // will be shown during bootup in line 1
44
 #define STRING_SPLASH_LINE1 "v" STRING_VERSION // will be shown during bootup in line 1

Loading…
Cancel
Save