From 831e8067e607aab0770f8810cc2cbd92e03ffe38 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Thu, 24 Mar 2022 18:07:20 +0100 Subject: [PATCH] Change X direction --- Marlin/Configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index bbe22a9cf6..088464616b 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1335,7 +1335,7 @@ // @section machine // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way. -#define INVERT_X_DIR true +#define INVERT_X_DIR false #define INVERT_Y_DIR true #define INVERT_Z_DIR true //#define INVERT_I_DIR false @@ -1738,7 +1738,7 @@ // Manually set the home position. Leave these undefined for automatic settings. // For DELTA this is the top-center of the Cartesian print volume. //#define MANUAL_X_HOME_POS 0 -#define MANUAL_Y_HOME_POS 0 +//#define MANUAL_Y_HOME_POS 0 //#define MANUAL_Z_HOME_POS 0 //#define MANUAL_I_HOME_POS 0 //#define MANUAL_J_HOME_POS 0