Skip to content

Commit

Permalink
Update Configuration.h
Browse files Browse the repository at this point in the history
Added Author + Custom_Machine_Name
  • Loading branch information
ETE-Design authored Aug 21, 2019
1 parent 0309a5f commit 42f3549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/examples/ADIMLab/Granty/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
// build by the user have been successfully uploaded into firmware.
#define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
#define STRING_CONFIG_H_AUTHOR "(ETE-Design, Granty V2)" // Who made the changes.
#define SHOW_BOOTSCREEN
#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
#define STRING_SPLASH_LINE2 WEBSITE_URL // will be shown during bootup in line 2
Expand Down Expand Up @@ -135,7 +135,7 @@
#endif

// Name displayed in the LCD "Ready" message and Info menu
//#define CUSTOM_MACHINE_NAME "3D Printer"
//#define CUSTOM_MACHINE_NAME "ADIMLab Granty V2"

// Printer's unique ID, used by some programs to differentiate between machines.
// Choose your own or use a service like http://www.uuidgenerator.net/version4
Expand Down

0 comments on commit 42f3549

Please sign in to comment.