From 4687c990e092f43d43425e1ba466c51099c01ffc Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 24 Jul 2020 13:28:22 +0200 Subject: [PATCH] z offset 2.20 --- Marlin-bugfix-2.0.x-230620-bltouch-skr/Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin-bugfix-2.0.x-230620-bltouch-skr/Marlin/Configuration.h b/Marlin-bugfix-2.0.x-230620-bltouch-skr/Marlin/Configuration.h index f2545b0..0ab16dc 100644 --- a/Marlin-bugfix-2.0.x-230620-bltouch-skr/Marlin/Configuration.h +++ b/Marlin-bugfix-2.0.x-230620-bltouch-skr/Marlin/Configuration.h @@ -978,7 +978,7 @@ * * Specify a Probe position as { X, Y, Z } */ -#define NOZZLE_TO_PROBE_OFFSET { -44.5, -10, -2.16 } +#define NOZZLE_TO_PROBE_OFFSET { -44.5, -10, -2.20 } // Most probes should stay away from the edges of the bed, but // with NOZZLE_AS_PROBE this can be negative for a wider probing area.