From cb0f10f4b69a33a9e1d769bba9337631a12d2e2c Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Sun, 20 Jun 2021 13:21:51 +0200 Subject: [PATCH] Fine tune Z Probe offset for chiron. --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index d13e8d8b..fff323db 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, -15 } // Chiron Default Value! + #define NOZZLE_TO_PROBE_OFFSET { 0, 0, -16.8 } // Chiron Default Value! #endif #if NONE(KNUTWURST_BLTOUCH, KNUTWURST_TFT_LEVELING)