From c583398198d4bb065d24f9830954aac1fbfac8eb Mon Sep 17 00:00:00 2001 From: David Ramiro Date: Sat, 17 Nov 2018 20:19:33 +0100 Subject: [PATCH] Correcting bed size Migrating bed size values from manufacturer firmware --- Marlin/Configuration.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 94a8a88..683157c 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -890,9 +890,9 @@ #define X_MIN_POS -5 #define Y_MIN_POS 0 #define Z_MIN_POS 0 -#define X_MAX_POS X_BED_SIZE -#define Y_MAX_POS Y_BED_SIZE -#define Z_MAX_POS 205 +#define X_MAX_POS 215 +#define Y_MAX_POS 215 +#define Z_MAX_POS 206 /** * Software Endstops