From 861808b0435182429d09fa954c7c82f245b6c83e Mon Sep 17 00:00:00 2001 From: thisiskeithb <13375512+thisiskeithb@users.noreply.github.com> Date: Wed, 3 Jun 2020 18:10:11 -0700 Subject: [PATCH] PROBING_MARGIN followup (#123) --- config/examples/BigTreeTech/SKR Mini E3 2.0/Configuration.h | 2 +- config/examples/JGAurora/A3/Configuration.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/examples/BigTreeTech/SKR Mini E3 2.0/Configuration.h b/config/examples/BigTreeTech/SKR Mini E3 2.0/Configuration.h index 5792422e16..bf20e51aa1 100644 --- a/config/examples/BigTreeTech/SKR Mini E3 2.0/Configuration.h +++ b/config/examples/BigTreeTech/SKR Mini E3 2.0/Configuration.h @@ -969,7 +969,7 @@ // 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 MIN_PROBE_EDGE 10 +#define PROBING_MARGIN 10 // X and Y axis travel speed (mm/m) between probes #define XY_PROBE_SPEED 8000 diff --git a/config/examples/JGAurora/A3/Configuration.h b/config/examples/JGAurora/A3/Configuration.h index 7c8cbe8f3b..d8c742cf3e 100644 --- a/config/examples/JGAurora/A3/Configuration.h +++ b/config/examples/JGAurora/A3/Configuration.h @@ -976,7 +976,7 @@ // 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 MIN_PROBE_EDGE 10 +#define PROBING_MARGIN 10 // X and Y axis travel speed (mm/m) between probes #define XY_PROBE_SPEED 8000