From 1b4b8c4f098bb6295912b39c4d150868395b3158 Mon Sep 17 00:00:00 2001 From: Ian Mancini Date: Thu, 16 Dec 2021 13:02:13 -0300 Subject: [PATCH] Update X_MIN_POS for E3D v6 nozzle carriage https://www.thingiverse.com/thing:2099577 --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index a2c0755..df499fd 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1378,7 +1378,7 @@ #define Y_BED_SIZE 220 // Travel limits (mm) after homing, corresponding to endstop positions. -#define X_MIN_POS -33 +#define X_MIN_POS -10 #define Y_MIN_POS -10 #define Z_MIN_POS 0 #define X_MAX_POS X_BED_SIZE