From 694fa9e53bfa82fe2729b9efbf6830d0fb4a2613 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Sat, 22 Feb 2020 14:50:18 +0100 Subject: [PATCH] Set correct z_homing offsets --- Marlin/Configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 25a1c8ef8d..8d512d03b8 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1483,11 +1483,11 @@ * | [-] | * O-- FRONT --+ */ -#define NOZZLE_TO_PROBE_OFFSET { 10, 10, 0 } +#define NOZZLE_TO_PROBE_OFFSET { 0, 0, -18.0 } // 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. -#define PROBING_MARGIN 10 +#define PROBING_MARGIN 0 // X and Y axis travel speed (mm/min) between probes #define XY_PROBE_FEEDRATE (133*60)