From 05cbeef2c68e0222453542f2c63ecca9dcb3783c Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Tue, 19 Jul 2022 13:49:17 -0400 Subject: [PATCH] Update pins_TENLOG_D3_HERO.h --- Marlin/src/pins/ramps/pins_TENLOG_D3_HERO.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Marlin/src/pins/ramps/pins_TENLOG_D3_HERO.h b/Marlin/src/pins/ramps/pins_TENLOG_D3_HERO.h index c8729a71e4..1719fbeddd 100644 --- a/Marlin/src/pins/ramps/pins_TENLOG_D3_HERO.h +++ b/Marlin/src/pins/ramps/pins_TENLOG_D3_HERO.h @@ -88,16 +88,17 @@ //#define Z2_CS_PIN 40 //#endif -#define E0_STEP_PIN 26 -#define E0_DIR_PIN 28 -#define E0_ENABLE_PIN 24 + +#define E0_STEP_PIN 57 +#define E0_DIR_PIN 58 +#define E0_ENABLE_PIN 59 //#ifndef E0_CS_PIN //define E0_CS_PIN 42 //#endif -#define E1_STEP_PIN 57 -#define E1_DIR_PIN 58 -#define E1_ENABLE_PIN 59 +#define E1_STEP_PIN 26 +#define E1_DIR_PIN 28 +#define E1_ENABLE_PIN 24 //#ifndef E1_CS_PIN //define E1_CS_PIN 44 //#endif