From 320ba839dd6dc1ca600b6c3f73164ca1611bb04f Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Sun, 20 Jun 2021 13:13:27 +0200 Subject: [PATCH] Tune probe settings for chiron. --- Marlin/Configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index c72e468d..d13e8d8b 100755 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1235,7 +1235,7 @@ #if ENABLED(KNUTWURST_TFT_LEVELING) //#define NOZZLE_TO_PROBE_OFFSET { 0, 0, -17 } // Chiron Default Value! - #define NOZZLE_TO_PROBE_OFFSET { 0, 0, -14 } // Chiron Default Value! + #define NOZZLE_TO_PROBE_OFFSET { 0, 0, -15 } // Chiron Default Value! #endif #if NONE(KNUTWURST_BLTOUCH, KNUTWURST_TFT_LEVELING) @@ -1297,7 +1297,7 @@ #endif #if DISABLED(KNUTWURST_BLTOUCH) - #define Z_PROBE_LOW_POINT -8 // Farthest distance below the trigger-point to go before stopping + #define Z_PROBE_LOW_POINT -12 // Farthest distance below the trigger-point to go before stopping #endif