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