From 5dfec58d7b15afe14de2ab7cc0016a3f834cc549 Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Wed, 9 May 2018 12:45:15 -0400 Subject: [PATCH] Couple tweaks Turn on multiple probing, off power save recovery, bump version --- Marlin/Configuration.h | 2 +- Marlin/Configuration_adv.h | 2 +- Marlin/Version.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 4778460ca0..d628c2816f 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -764,7 +764,7 @@ // The number of probes to perform at each point. // Set to 2 for a fast/slow probe, using the second probe result. // Set to 3 or more for slow probes, averaging the results. -//#define MULTIPLE_PROBING 2 +#define MULTIPLE_PROBING 2 /** * Z probes require clearance when deploying, stowing, and moving between diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index 02d8a3fdeb..20f3c3e19a 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -570,7 +570,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 /** diff --git a/Marlin/Version.h b/Marlin/Version.h index 05f2fa0b6d..78ffebb6a1 100644 --- a/Marlin/Version.h +++ b/Marlin/Version.h @@ -35,7 +35,7 @@ /** * Marlin release version identifier */ - #define SHORT_BUILD_VERSION "1.1.8-B4" + #define SHORT_BUILD_VERSION "1.1.8-B5" /** * Verbose version identifier which should contain a reference to the location