From b120adf8df515c472f1da113bbfc565347922746 Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Wed, 9 May 2018 10:37:26 -0400 Subject: [PATCH] Bump version, disable power recovery by default --- Marlin/Configuration.h | 4 ++-- Marlin/Configuration_adv.h | 2 +- Marlin/Version.h | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 3464946bf1..e071daa0b6 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -167,8 +167,8 @@ * Standard is recommended in most other scenarios. */ //#define MeshFast -#define MeshStd -//#define MeshFine +//#define MeshStd +#define MeshFine //#define MeshExtreme //#define BoardRev2 diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index 3888b42fc4..70047390d5 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -573,7 +573,7 @@ * an option on the LCD screen to continue the print from the last-known * point in the file. */ - #define POWER_LOSS_RECOVERY + //#define POWER_LOSS_RECOVERY /** * Sort SD file listings in alphabetical order. diff --git a/Marlin/Version.h b/Marlin/Version.h index e9976bf40c..1665c8ea7d 100644 --- a/Marlin/Version.h +++ b/Marlin/Version.h @@ -35,7 +35,7 @@ /** * Marlin release version identifier */ - #define SHORT_BUILD_VERSION "1.1.8_B8" + #define SHORT_BUILD_VERSION "1.1.8_B9" /** * Verbose version identifier which should contain a reference to the location @@ -50,7 +50,7 @@ * here we define this default string as the date where the latest release * version was tagged. */ - #define STRING_DISTRIBUTION_DATE "2018-04-16" + #define STRING_DISTRIBUTION_DATE "2018-05-09" /** * Required minimum Configuration.h and Configuration_adv.h file versions.