From c83dad91f3bd2f59060ee3b64f5cc6b354d42fa2 Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Tue, 30 May 2023 22:10:31 +0200 Subject: [PATCH] Z2 Stepper pin definitions for CHIRON and 4MAX. --- Marlin/src/pins/ramps/pins_RAMPS.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Marlin/src/pins/ramps/pins_RAMPS.h b/Marlin/src/pins/ramps/pins_RAMPS.h index f6ee75c6..283bac1b 100755 --- a/Marlin/src/pins/ramps/pins_RAMPS.h +++ b/Marlin/src/pins/ramps/pins_RAMPS.h @@ -289,10 +289,24 @@ #if ANY(KNUTWURST_CHIRON, KNUTWURST_4MAXP2) #define FIL_RUNOUT_PIN 33 + #ifndef Z2_STEP_PIN + #define Z2_STEP_PIN 46 + #endif + #ifndef Z2_DIR_PIN + #define Z2_DIR_PIN 48 + #endif + #ifndef Z2_ENABLE_PIN + #define Z2_ENABLE_PIN 62 + #endif + #ifndef Z2_CS_PIN + #define Z2_CS_PIN 40 + #endif #else #define FIL_RUNOUT_PIN 19 #endif + + #ifndef PS_ON_PIN #define PS_ON_PIN 12 #endif