From e8167a1629109902f3cf045f7ee77f86e1b6247b Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Mon, 26 Feb 2024 14:26:27 -0500 Subject: [PATCH] Update Configuration.h --- Marlin/Configuration.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 46a704c5fe..2c072861cb 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -3030,10 +3030,10 @@ #define Z_MAX_POS 405 #define ClipClearance 5 #elif ANY(MachineEnder3, MachineEnder3V2) - #define X_BED_SIZE 230 - #define Y_BED_SIZE 230 + #define X_BED_SIZE 220 + #define Y_BED_SIZE 220 #define Z_MAX_POS 250 - #define X_MAX_POS 245 + #define X_MAX_POS 220 #define Y_MAX_POS 240 #define ClipClearance 15 #elif ANY(MachineEnder3S1)