From 80cfe43a5f72539115dbcd97934a1a493dfeb851 Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Tue, 17 Apr 2018 16:49:11 -0400 Subject: [PATCH] Update config --- Marlin/Configuration.h | 2 +- Marlin/Configuration_adv.h | 2 +- Marlin/Version.h | 10 ++++------ 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index a52deb2913..83992b989f 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -924,7 +924,7 @@ /** * Enable the G26 Mesh Validation Pattern tool. */ - //#define G26_MESH_VALIDATION + #define G26_MESH_VALIDATION #if ENABLED(G26_MESH_VALIDATION) #define MESH_TEST_NOZZLE_SIZE 0.4 // (mm) Diameter of primary nozzle. #define MESH_TEST_LAYER_HEIGHT 0.2 // (mm) Default layer height for the G26 Mesh Validation Tool. diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index 15f7dbb776..17218792f9 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -577,7 +577,7 @@ * - SDSORT_CACHE_NAMES will retain the sorted file listing in RAM. (Expensive!) * - SDSORT_DYNAMIC_RAM only uses RAM when the SD menu is visible. (Use with caution!) */ - #define SDCARD_SORT_ALPHA + //#define SDCARD_SORT_ALPHA // SD Card Sorting options #if ENABLED(SDCARD_SORT_ALPHA) diff --git a/Marlin/Version.h b/Marlin/Version.h index e9976bf40c..a22152b068 100644 --- a/Marlin/Version.h +++ b/Marlin/Version.h @@ -35,15 +35,13 @@ /** * Marlin release version identifier */ - #define SHORT_BUILD_VERSION "1.1.8_B8" + #define SHORT_BUILD_VERSION "TM3D 1.1.8_R2" /** * Verbose version identifier which should contain a reference to the location * from where the binary was downloaded or the source code was compiled. */ - - - #define DETAILED_BUILD_VERSION SHORT_BUILD_VERSION " TM3D " + #define DETAILED_BUILD_VERSION SHORT_BUILD_VERSION " (Github)" /** * The STRING_DISTRIBUTION_DATE represents when the binary file was built, @@ -72,7 +70,7 @@ /** * Defines a generic printer name to be output to the LCD after booting Marlin. */ - #define MACHINE_NAME "TM3DCR10" + #define MACHINE_NAME "3D Printer" /** * The SOURCE_CODE_URL is the location where users will find the Marlin Source @@ -91,6 +89,6 @@ * The WEBSITE_URL is the location where users can get more information such as * documentation about a specific Marlin release. */ - #define WEBSITE_URL "tinymachines3d.com" + #define WEBSITE_URL "www.formbotusa.com" #endif // USE_AUTOMATIC_VERSIONING