From 1ebccfce518876d7dc9e9839f30c562bab5fca56 Mon Sep 17 00:00:00 2001 From: Alfred Melch Date: Thu, 19 Aug 2021 16:57:52 +0200 Subject: [PATCH] Config: refine bed size --- Marlin/Configuration.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index a91d25eaa9..ae0de01789 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1383,16 +1383,16 @@ // @section machine // The size of the printable area -#define X_BED_SIZE 310 -#define Y_BED_SIZE 310 +#define X_BED_SIZE 300 +#define Y_BED_SIZE 300 // Travel limits (mm) after homing, corresponding to endstop positions. -#define X_MIN_POS 0 -#define Y_MIN_POS 0 +#define X_MIN_POS -7 +#define Y_MIN_POS -2 #define Z_MIN_POS 0 #define X_MAX_POS X_BED_SIZE #define Y_MAX_POS Y_BED_SIZE -#define Z_MAX_POS 200 +#define Z_MAX_POS 320 //#define I_MIN_POS 0 //#define I_MAX_POS 50 //#define J_MIN_POS 0