From 06d4e5e44902f1e3779ff06e6cd5b29688af40ce Mon Sep 17 00:00:00 2001 From: Bob E Moe Date: Mon, 13 Jan 2020 14:00:07 +0000 Subject: [PATCH] set bed size to max printable --- Marlin/Configuration.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 0d729ff..078a98c 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1063,8 +1063,8 @@ // @section machine // The size of the print bed -#define X_BED_SIZE 200 -#define Y_BED_SIZE 200 +#define X_BED_SIZE 190 +#define Y_BED_SIZE 190 // Travel limits (mm) after homing, corresponding to endstop positions. #define X_MIN_POS 0 @@ -1072,7 +1072,7 @@ #define Z_MIN_POS -2 #define X_MAX_POS X_BED_SIZE #define Y_MAX_POS Y_BED_SIZE -#define Z_MAX_POS 200 +#define Z_MAX_POS 190 /** * Software Endstops