Browse Source

Update Configuration.h

Added Author + Custom_Machine_Name
ETE-Design 6 years ago
parent
commit
42f35491e0
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      config/examples/ADIMLab/Granty/Configuration.h

+ 2
- 2
config/examples/ADIMLab/Granty/Configuration.h View File

73
 // User-specified version info of this build to display in [Pronterface, etc] terminal window during
73
 // User-specified version info of this build to display in [Pronterface, etc] terminal window during
74
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
74
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
75
 // build by the user have been successfully uploaded into firmware.
75
 // build by the user have been successfully uploaded into firmware.
76
-#define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
76
+#define STRING_CONFIG_H_AUTHOR "(ETE-Design, Granty V2)" // Who made the changes.
77
 #define SHOW_BOOTSCREEN
77
 #define SHOW_BOOTSCREEN
78
 #define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
78
 #define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
79
 #define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during bootup in line 2
79
 #define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during bootup in line 2
135
 #endif
135
 #endif
136
 
136
 
137
 // Name displayed in the LCD "Ready" message and Info menu
137
 // Name displayed in the LCD "Ready" message and Info menu
138
-//#define CUSTOM_MACHINE_NAME "3D Printer"
138
+//#define CUSTOM_MACHINE_NAME "ADIMLab Granty V2"
139
 
139
 
140
 // Printer's unique ID, used by some programs to differentiate between machines.
140
 // Printer's unique ID, used by some programs to differentiate between machines.
141
 // Choose your own or use a service like http://www.uuidgenerator.net/version4
141
 // Choose your own or use a service like http://www.uuidgenerator.net/version4

Loading…
Cancel
Save