From 83105590a0c833e5712a2f4e0059dd84381dd10a Mon Sep 17 00:00:00 2001 From: Roxy-3D Date: Fri, 21 Sep 2018 19:06:21 -0500 Subject: [PATCH] Better default values for Mesh Inset --- Marlin/src/config/examples/Formbot/T-Rex_2+/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/src/config/examples/Formbot/T-Rex_2+/Configuration.h b/Marlin/src/config/examples/Formbot/T-Rex_2+/Configuration.h index acd7b919e..5d24c42e0 100644 --- a/Marlin/src/config/examples/Formbot/T-Rex_2+/Configuration.h +++ b/Marlin/src/config/examples/Formbot/T-Rex_2+/Configuration.h @@ -1130,7 +1130,7 @@ #define MESH_EDIT_GFX_OVERLAY // Display a graphics overlay while editing the mesh #ifdef ROXYs_TRex - #define MESH_INSET 25 // Set Mesh bounds as an inset region of the bed + #define MESH_INSET 35 // Set Mesh bounds as an inset region of the bed #else #define MESH_INSET 0 #endif