diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index efad703..a2c0755 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1184,11 +1184,11 @@ * | [-] | * O-- FRONT --+ */ -#define NOZZLE_TO_PROBE_OFFSET { 0, 0, 0 } +#define NOZZLE_TO_PROBE_OFFSET { 0, 70, 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 70 // X and Y axis travel speed (mm/min) between probes #define XY_PROBE_FEEDRATE (100*60)