From d735bccbb6735c008c8a859d86aaec145e4101fe Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Wed, 20 Jan 2021 10:47:24 +0100 Subject: [PATCH] Disable automatic leveling restore after G28 because it's buggy. Also enable BLTouch Software-Mode after deploy to ensure compatiblity with BLT3.1 and some cheap wiring. --- Marlin/Configuration.h | 4 ++-- Marlin/Configuration_adv.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index cbded42b..8c77c220 100755 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1725,7 +1725,7 @@ * Normally G28 leaves leveling disabled on completion. Enable * this option to have G28 restore the prior leveling state. */ -#define RESTORE_LEVELING_AFTER_G28 +//#define RESTORE_LEVELING_AFTER_G28 // Disabled due to some bugs regarding BLTouch leveling /** * Enable detailed logging of G28, G29, M48, etc. @@ -1733,7 +1733,7 @@ * NOTE: Requires a lot of PROGMEM! */ #if ENABLED(KNUTWURST_DEBUG) -#define DEBUG_LEVELING_FEATURE + #define DEBUG_LEVELING_FEATURE #endif #if ANY(MESH_BED_LEVELING, AUTO_BED_LEVELING_BILINEAR, AUTO_BED_LEVELING_UBL) diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index d8627814..251f4e9d 100755 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -649,7 +649,7 @@ // Feature: Switch into SW mode after a deploy. It makes the output pulse longer. Can be useful // in special cases, like noisy or filtered input configurations. - //#define BLTOUCH_FORCE_SW_MODE + #define BLTOUCH_FORCE_SW_MODE /** * Settings for BLTouch Smart 3.0 and 3.1