From 3aa536a76a957fb9ee2722a6888ab5e3eed0858d Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Sun, 14 Apr 2019 13:28:40 -0400 Subject: [PATCH] Update Configuration.h --- Marlin/Configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 6f93ed837e..9ff2c63deb 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1015,7 +1015,7 @@ #define Z_PROBE_OFFSET_FROM_EXTRUDER -1.5 // Z offset: -below +above [the nozzle] // Certain types of probes need to stay away from edges -#define MIN_PROBE_EDGE 3 +#define MIN_PROBE_EDGE 5 // X and Y axis travel speed (mm/m) between probes #define XY_PROBE_SPEED 8000 @@ -1362,7 +1362,7 @@ #define MESH_EDIT_GFX_OVERLAY // Display a graphics overlay while editing the mesh - #define MESH_INSET 3 // Set Mesh bounds as an inset region of the bed + #define MESH_INSET 5 // Set Mesh bounds as an inset region of the bed #define GRID_MAX_POINTS_X 15 // Don't use more than 15 points per axis, implementation limited. #define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X