Browse Source

Add some config names to AUTHOR

Scott Lahteine 7 years ago
parent
commit
6be369f3ea

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

@@ -74,7 +74,7 @@
74 74
 // User-specified version info of this build to display in [Pronterface, etc] terminal window during
75 75
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
76 76
 // build by the user have been successfully uploaded into firmware.
77
-#define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
77
+#define STRING_CONFIG_H_AUTHOR "(none, Felix)" // Who made the changes.
78 78
 #define SHOW_BOOTSCREEN
79 79
 #define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
80 80
 #define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during bootup in line 2

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

@@ -74,7 +74,7 @@
74 74
 // User-specified version info of this build to display in [Pronterface, etc] terminal window during
75 75
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
76 76
 // build by the user have been successfully uploaded into firmware.
77
-#define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
77
+#define STRING_CONFIG_H_AUTHOR "(none, Felix/DUAL)" // Who made the changes.
78 78
 #define SHOW_BOOTSCREEN
79 79
 #define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
80 80
 #define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during bootup in line 2

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

@@ -74,7 +74,7 @@
74 74
 // User-specified version info of this build to display in [Pronterface, etc] terminal window during
75 75
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
76 76
 // build by the user have been successfully uploaded into firmware.
77
-#define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
77
+#define STRING_CONFIG_H_AUTHOR "(none, RigidBot)" // Who made the changes.
78 78
 #define SHOW_BOOTSCREEN
79 79
 #define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
80 80
 #define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during bootup in line 2

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

@@ -74,7 +74,7 @@
74 74
 // User-specified version info of this build to display in [Pronterface, etc] terminal window during
75 75
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
76 76
 // build by the user have been successfully uploaded into firmware.
77
-#define STRING_CONFIG_H_AUTHOR "(Aleph Objects, Inc, TAZ  config)" // Who made the changes.
77
+#define STRING_CONFIG_H_AUTHOR "(Aleph Objects Inc, TAZ)" // Who made the changes.
78 78
 #define SHOW_BOOTSCREEN
79 79
 #define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
80 80
 #define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during bootup in line 2

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

@@ -90,7 +90,7 @@
90 90
 // User-specified version info of this build to display in [Pronterface, etc] terminal window during
91 91
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
92 92
 // build by the user have been successfully uploaded into firmware.
93
-#define STRING_CONFIG_H_AUTHOR "(StefanB, default config)" // Who made the changes.
93
+#define STRING_CONFIG_H_AUTHOR "(StefanB, TinyBoy2)" // Who made the changes.
94 94
 #define SHOW_BOOTSCREEN
95 95
 #define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
96 96
 #define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during bootup in line 2

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

@@ -74,7 +74,7 @@
74 74
 // User-specified version info of this build to display in [Pronterface, etc] terminal window during
75 75
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
76 76
 // build by the user have been successfully uploaded into firmware.
77
-#define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
77
+#define STRING_CONFIG_H_AUTHOR "(none, wt150)" // Who made the changes.
78 78
 #define SHOW_BOOTSCREEN
79 79
 #define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
80 80
 #define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during bootup in line 2

Loading…
Cancel
Save