From 850bf82c5ee84ee2f5a6a85ad378497fe617916b Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Sun, 16 Feb 2020 01:13:09 +0100 Subject: [PATCH] Set correct axis direction --- Marlin/Configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index cb039d18fc..ce25a86aaa 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1640,8 +1640,8 @@ // @section motion // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way. -#define INVERT_X_DIR false -#define INVERT_Y_DIR true +#define INVERT_X_DIR true +#define INVERT_Y_DIR false #define INVERT_Z_DIR false //#define INVERT_I_DIR false //#define INVERT_J_DIR false