From 6e6f6527101921e105a654c33b64c912a3661a9c Mon Sep 17 00:00:00 2001 From: Mattias Schlenker Date: Mon, 29 Jun 2020 06:39:45 +0200 Subject: [PATCH] Fix Geeetech/G2S mirrored feeder (#138) --- config/examples/delta/Geeetech/G2S/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/examples/delta/Geeetech/G2S/Configuration.h b/config/examples/delta/Geeetech/G2S/Configuration.h index ae18908144..b0e0e9a376 100644 --- a/config/examples/delta/Geeetech/G2S/Configuration.h +++ b/config/examples/delta/Geeetech/G2S/Configuration.h @@ -1187,7 +1187,7 @@ // For direct drive extruder v9 set to true, for geared extruder set to false. #define INVERT_E0_DIR true -#define INVERT_E1_DIR true +#define INVERT_E1_DIR false // Geeetech G2S usually comes with a "mirrored" feeder running in the opposite direction #define INVERT_E2_DIR true #define INVERT_E3_DIR true #define INVERT_E4_DIR true