From 0a2462f5583a7d81a2cfaa3fc91fe1a3beb0dfd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Garc=C3=AAs?= Date: Sat, 10 Oct 2020 21:28:59 +0100 Subject: [PATCH] Enable probe offset wizard --- Marlin/Configuration_adv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index d71a4f298e0c..a254b4b37382 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -1077,9 +1077,9 @@ // Add Probe Z Offset calibration to the Z Probe Offsets menu #if HAS_BED_PROBE - //#define PROBE_OFFSET_WIZARD + #define PROBE_OFFSET_WIZARD #if ENABLED(PROBE_OFFSET_WIZARD) - #define PROBE_OFFSET_START -4.0 // Estimated nozzle-to-probe Z offset, plus a little extra + #define PROBE_OFFSET_START -0.4 // Estimated nozzle-to-probe Z offset, plus a little extra #endif #endif