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)