From 9318f6eda9b98ee07a31dd8288931b44ddc55c7a Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Mon, 2 May 2022 19:29:04 -0400 Subject: [PATCH] Update max size --- Marlin/Configuration.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 1249047b69..8c25116ae0 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -2826,11 +2826,11 @@ #define Y_MAX_POS 400 #define ClipClearance 15 #elif ENABLED(MachineCR10Max) - #define X_BED_SIZE 450 - #define Y_BED_SIZE 450 + #define X_BED_SIZE 470 + #define Y_BED_SIZE 470 #define Z_MAX_POS 470 - #define X_MAX_POS 450 - #define Y_MAX_POS 450 + #define X_MAX_POS 470 + #define Y_MAX_POS 470 #define ClipClearance 15 #elif ENABLED(MachineS5) #define X_BED_SIZE 500