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