From bcffc7a8e502aedbb17bfe623d263a27bb382d46 Mon Sep 17 00:00:00 2001 From: Eddie Ehlin Date: Fri, 8 Oct 2021 10:05:43 +0200 Subject: Added BLTouch related config (WIP) --- marlinfw-skr-e3-mini-v2/config-2.0.9.1/Configuration_adv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'marlinfw-skr-e3-mini-v2/config-2.0.9.1/Configuration_adv.h') diff --git a/marlinfw-skr-e3-mini-v2/config-2.0.9.1/Configuration_adv.h b/marlinfw-skr-e3-mini-v2/config-2.0.9.1/Configuration_adv.h index b5ff771..3421a33 100644 --- a/marlinfw-skr-e3-mini-v2/config-2.0.9.1/Configuration_adv.h +++ b/marlinfw-skr-e3-mini-v2/config-2.0.9.1/Configuration_adv.h @@ -1192,14 +1192,14 @@ // 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) // // Enable to init the Probe Z-Offset when starting the Wizard. // Use a height slightly above the estimated nozzle-to-probe Z offset. // For example, with an offset of -5, consider a starting height of -4. // - //#define PROBE_OFFSET_WIZARD_START_Z -4.0 + #define PROBE_OFFSET_WIZARD_START_Z -2.0 // Set a convenient position to do the calibration (probing point and nozzle/bed-distance) //#define PROBE_OFFSET_WIZARD_XY_POS { X_CENTER, Y_CENTER } -- cgit v1.2.3