From 15dcb2b0d17dce02fdedc240cc4049cdb2684b01 Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Sat, 24 Oct 2020 12:05:29 +0200 Subject: [PATCH] Fix MEGA Pro extruding direction --- Marlin/Configuration.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index de88ce96..72597b61 100755 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1421,9 +1421,9 @@ // For direct drive extruder v9 set to true, for geared extruder set to false. #if ENABLED(KNUTWURST_BMG) - #define INVERT_E0_DIR true // set to false for stock drivers or TMC2208 with reversed connectors - #else #define INVERT_E0_DIR false // set to false for stock drivers or TMC2208 with reversed connectors + #else + #define INVERT_E0_DIR true // set to false for stock drivers or TMC2208 with reversed connectors #endif #define INVERT_E1_DIR false // set to false for stock drivers or TMC2208 with reversed connectors #define INVERT_E2_DIR false @@ -1468,9 +1468,9 @@ // For direct drive extruder v9 set to true, for geared extruder set to false. #if ENABLED(KNUTWURST_BMG) - #define INVERT_E0_DIR false // set to false for stock drivers or TMC2208 with reversed connectors - #else #define INVERT_E0_DIR true // set to false for stock drivers or TMC2208 with reversed connectors + #else + #define INVERT_E0_DIR false // set to false for stock drivers or TMC2208 with reversed connectors #endif #define INVERT_E1_DIR true // set to false for stock drivers or TMC2208 with reversed connectors #define INVERT_E2_DIR false