From 66a55a5eb4d139741de124912db178fb05128d5c Mon Sep 17 00:00:00 2001 From: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com> Date: Sat, 11 Aug 2018 13:46:10 -0400 Subject: [PATCH] Set version.h and config to default --- Marlin/Configuration.h | 3 ++- Marlin/src/inc/Version.h | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 3a6fe74bd1..2ae76576c4 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -23,7 +23,7 @@ //#define X_2208 //#define Y_2208 -#define BedAC +//#define BedAC //#define tallVersion @@ -31,6 +31,7 @@ * Enables a filament sensor plugged into the laser pin. Disables the laser */ //#define FilamentSensor +//#define FilamentSensor /** * Configuration.h * diff --git a/Marlin/src/inc/Version.h b/Marlin/src/inc/Version.h index 161411774a..615b4b1b9b 100644 --- a/Marlin/src/inc/Version.h +++ b/Marlin/src/inc/Version.h @@ -40,7 +40,7 @@ /** * Marlin release version identifier */ - #define SHORT_BUILD_VERSION "bugfix-2.0.x" + #define SHORT_BUILD_VERSION "bugfix-2.0.x_TR1" /** * Verbose version identifier which should contain a reference to the location @@ -53,7 +53,7 @@ * here we define this default string as the date where the latest release * version was tagged. */ - #define STRING_DISTRIBUTION_DATE "2018-01-20" + #define STRING_DISTRIBUTION_DATE "2018-08-08" /** * Required minimum Configuration.h and Configuration_adv.h file versions. @@ -75,7 +75,7 @@ /** * Defines a generic printer name to be output to the LCD after booting Marlin. */ - #define MACHINE_NAME "3D Printer" + #define MACHINE_NAME "TM3D Trex2+" /** * The SOURCE_CODE_URL is the location where users will find the Marlin Source @@ -94,7 +94,7 @@ * The WEBSITE_URL is the location where users can get more information such as * documentation about a specific Marlin release. */ - #define WEBSITE_URL "http://marlinfw.org" + #define WEBSITE_URL "http://tinymachines3d.com" #endif // USE_AUTOMATIC_VERSIONING