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)