Skip to content

Commit

Permalink
Report as Vertex 1.5.
Browse files Browse the repository at this point in the history
Updated modification author.
  • Loading branch information
birkett committed Jun 16, 2016
1 parent f48be33 commit c73e29b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
//#define STRING_SPLASH_LINE2 STRING_DISTRIBUTION_DATE // will be shown during bootup in line 2

#define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
#define STRING_CONFIG_H_AUTHOR "(Jan Geloen)" // Who made the changes.
#define STRING_CONFIG_H_AUTHOR "(Anthony Birkett)" // Who made the changes.

// SERIAL_PORT selects which serial port should be used for communication with the host.
// This allows the connection of wireless adapters (for instance) to non-default port pins.
Expand Down
4 changes: 2 additions & 2 deletions Marlin/language_en.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
#ifdef VELLEMAN_ADDITIONAL_MENUS || VELLEMAN_STARTUP_SPLASH
#define MSG_SPLASH_NAME "VERTEX 3D PRINTER"
#if EXTRUDERS == 2
#define MSG_SPLASH_FIRMWARE "M:1.0 V:1.4 HDS:2"
#define MSG_SPLASH_FIRMWARE "M:1.0 V:1.5 HDS:2"
#else
#define MSG_SPLASH_FIRMWARE "M:1.0 V:1.4 HDS:1"
#define MSG_SPLASH_FIRMWARE "M:1.0 V:1.5 HDS:1"
#endif
#define MSG_SPLASH_WEBSITE1 " k8400.eu"
#define MSG_SPLASH_WEBSITE2 " velleman.eu"
Expand Down

0 comments on commit c73e29b

Please sign in to comment.