From 4357d6e53042c5697e2d166158c7bac38afc0244 Mon Sep 17 00:00:00 2001 From: thiagoscherrer <46422437+thiago-scherrer@users.noreply.github.com> Date: Fri, 29 Sep 2023 08:33:07 -0300 Subject: [PATCH] feat: NOZZLE_TO_PROBE_OFFSET increase --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 4ad4f2da84cd..d4dd4fb1ad4e 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1376,7 +1376,7 @@ * | [-] | * O-- FRONT --+ */ -#define NOZZLE_TO_PROBE_OFFSET { -40, -12, -2.120 } +#define NOZZLE_TO_PROBE_OFFSET { -40, -12, -2.160 } // 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.