Z2 Stepper pin definitions for CHIRON and 4MAX.

This commit is contained in:
Knutwurst
2023-05-30 22:10:31 +02:00
parent 429b8cc1fa
commit c83dad91f3

View File

@@ -289,10 +289,24 @@
#if ANY(KNUTWURST_CHIRON, KNUTWURST_4MAXP2) #if ANY(KNUTWURST_CHIRON, KNUTWURST_4MAXP2)
#define FIL_RUNOUT_PIN 33 #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 #else
#define FIL_RUNOUT_PIN 19 #define FIL_RUNOUT_PIN 19
#endif #endif
#ifndef PS_ON_PIN #ifndef PS_ON_PIN
#define PS_ON_PIN 12 #define PS_ON_PIN 12
#endif #endif