From 06adef7343e7caea58e88365e6c95a63d2e307b2 Mon Sep 17 00:00:00 2001 From: Roxy-3D Date: Mon, 15 Jan 2018 15:32:19 -0600 Subject: [PATCH] Get FT-i3-2020 example files in compliance with ?_BED_SIZE --- .../FolgerTech/i3-2020/Configuration.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Marlin/example_configurations/FolgerTech/i3-2020/Configuration.h b/Marlin/example_configurations/FolgerTech/i3-2020/Configuration.h index 13808df9e9..8b4fed1163 100644 --- a/Marlin/example_configurations/FolgerTech/i3-2020/Configuration.h +++ b/Marlin/example_configurations/FolgerTech/i3-2020/Configuration.h @@ -789,15 +789,15 @@ // @section machine // The size of the print bed -#define X_BED_SIZE 207 -#define Y_BED_SIZE 182 +#define X_BED_SIZE (X_MAX_POS-X_MIN_POS) +#define Y_BED_SIZE (Y_MAX_POS-Y_MIN_POS) // Travel limits (mm) after homing, corresponding to endstop positions. #define X_MIN_POS 6 #define Y_MIN_POS 3 #define Z_MIN_POS 0 -#define X_MAX_POS X_BED_SIZE -#define Y_MAX_POS Y_BED_SIZE +#define X_MAX_POS 207 +#define Y_MAX_POS 182 #define Z_MAX_POS 175 /**