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.