From e6c3e84c19cf9741b6f484b25b472a8547deec1d Mon Sep 17 00:00:00 2001 From: tontonlex <124630015+tontonlex@users.noreply.github.com> Date: Tue, 14 Feb 2023 07:21:45 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B8=20Adjust=20Creality=20Ender-3=20Ne?= =?UTF-8?q?o=20bed=20position=20(#892)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/examples/Creality/Ender-3 Neo/Configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/examples/Creality/Ender-3 Neo/Configuration.h b/config/examples/Creality/Ender-3 Neo/Configuration.h index 180fd73cec..fd0682f297 100644 --- a/config/examples/Creality/Ender-3 Neo/Configuration.h +++ b/config/examples/Creality/Ender-3 Neo/Configuration.h @@ -1761,8 +1761,8 @@ #define Y_BED_SIZE 235 // Travel limits (linear=mm, rotational=°) after homing, corresponding to endstop positions. -#define X_MIN_POS -27 -#define Y_MIN_POS -11 +#define X_MIN_POS -20 +#define Y_MIN_POS -7 #define Z_MIN_POS 0 #define X_MAX_POS X_BED_SIZE #define Y_MAX_POS Y_BED_SIZE