From b663bc21d8c30069d40c2af776957d4687288ad2 Mon Sep 17 00:00:00 2001 From: Danny Oh Date: Fri, 5 Aug 2022 17:49:57 -0700 Subject: [PATCH] Update bed size, adjust probe offset --- Marlin/Configuration.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index c36cbbc787..5fbc189166 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1287,7 +1287,7 @@ * | [-] | * O-- FRONT --+ */ -#define NOZZLE_TO_PROBE_OFFSET { -61, -3, 0 } +#define NOZZLE_TO_PROBE_OFFSET { -61, -3, -3.875 } // Most probes should stay away from the edges of the bed, but // with NOZZLE_AS_PROBE this can be negative for a wider probing area. @@ -1498,8 +1498,8 @@ // @section machine // The size of the print bed -#define X_BED_SIZE 254 -#define Y_BED_SIZE 254 +#define X_BED_SIZE 220 +#define Y_BED_SIZE 240 // Travel limits (linear=mm, rotational=°) after homing, corresponding to endstop positions. #define X_MIN_POS 0 @@ -1507,7 +1507,7 @@ #define Z_MIN_POS 0 #define X_MAX_POS X_BED_SIZE #define Y_MAX_POS Y_BED_SIZE -#define Z_MAX_POS 254 +#define Z_MAX_POS 250 //#define I_MIN_POS 0 //#define I_MAX_POS 50 //#define J_MIN_POS 0