From a3c7d4f3f15e51bbc7f7ae2a18af3e010809f52a Mon Sep 17 00:00:00 2001 From: David Ramiro Date: Sun, 2 Dec 2018 14:57:50 +0100 Subject: [PATCH] Tweak bed size Slightly enlarging incorrect bed size from the manufacturer configuration --- Marlin/Configuration.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 647dca5..91a8831 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -884,16 +884,16 @@ // @section machine // The size of the print bed -#define X_BED_SIZE 210 -#define Y_BED_SIZE 210 +#define X_BED_SIZE 220 +#define Y_BED_SIZE 220 // Travel limits (mm) after homing, corresponding to endstop positions. #define X_MIN_POS -5 #define Y_MIN_POS 0 #define Z_MIN_POS 0 -#define X_MAX_POS 215 -#define Y_MAX_POS 215 -#define Z_MAX_POS 206 +#define X_MAX_POS X_BED_SIZE +#define Y_MAX_POS Y_BED_SIZE +#define Z_MAX_POS 205 /** * Software Endstops