From ae067f1c45268ddcfcf87ac988a5d80356bb318d Mon Sep 17 00:00:00 2001 From: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com> Date: Sat, 28 Sep 2019 18:04:10 -0400 Subject: [PATCH] Update Configuration.h --- Marlin/Configuration.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 5fd251c4b3..3970d79079 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -2009,6 +2009,8 @@ #if(ENABLED(MachineEnder3)) #define MESH_INSET 40 // Set Mesh bounds as an inset region of the bed +#elif ENABLED(MachineCR10SV2) + #define MESH_INSET 30 #else #define MESH_INSET 20 // Set Mesh bounds as an inset region of the bed #endif