|
|
@ -1007,6 +1007,19 @@ |
|
|
|
#define Y2_E_INDEX E_STEPPERS |
|
|
|
#endif |
|
|
|
|
|
|
|
#ifndef X2_CS_PIN |
|
|
|
#define X2_CS_PIN -1 |
|
|
|
#endif |
|
|
|
#ifndef X2_MS1_PIN |
|
|
|
#define X2_MS1_PIN -1 |
|
|
|
#endif |
|
|
|
#ifndef X2_MS2_PIN |
|
|
|
#define X2_MS2_PIN -1 |
|
|
|
#endif |
|
|
|
#ifndef X2_MS3_PIN |
|
|
|
#define X2_MS3_PIN -1 |
|
|
|
#endif |
|
|
|
|
|
|
|
// The Y2 axis, if any, should be the next open extruder port
|
|
|
|
#if ENABLED(Y_DUAL_STEPPER_DRIVERS) |
|
|
|
#ifndef Y2_STEP_PIN |
|
|
@ -1042,6 +1055,19 @@ |
|
|
|
#define Z2_E_INDEX Y2_E_INDEX |
|
|
|
#endif |
|
|
|
|
|
|
|
#ifndef Y2_CS_PIN |
|
|
|
#define Y2_CS_PIN -1 |
|
|
|
#endif |
|
|
|
#ifndef Y2_MS1_PIN |
|
|
|
#define Y2_MS1_PIN -1 |
|
|
|
#endif |
|
|
|
#ifndef Y2_MS2_PIN |
|
|
|
#define Y2_MS2_PIN -1 |
|
|
|
#endif |
|
|
|
#ifndef Y2_MS3_PIN |
|
|
|
#define Y2_MS3_PIN -1 |
|
|
|
#endif |
|
|
|
|
|
|
|
// The Z2 axis, if any, should be the next open extruder port
|
|
|
|
#if Z_MULTI_STEPPER_DRIVERS |
|
|
|
#ifndef Z2_STEP_PIN |
|
|
@ -1077,6 +1103,19 @@ |
|
|
|
#define Z3_E_INDEX Z2_E_INDEX |
|
|
|
#endif |
|
|
|
|
|
|
|
#ifndef Z2_CS_PIN |
|
|
|
#define Z2_CS_PIN -1 |
|
|
|
#endif |
|
|
|
#ifndef Z2_MS1_PIN |
|
|
|
#define Z2_MS1_PIN -1 |
|
|
|
#endif |
|
|
|
#ifndef Z2_MS2_PIN |
|
|
|
#define Z2_MS2_PIN -1 |
|
|
|
#endif |
|
|
|
#ifndef Z2_MS3_PIN |
|
|
|
#define Z2_MS3_PIN -1 |
|
|
|
#endif |
|
|
|
|
|
|
|
#if ENABLED(Z_TRIPLE_STEPPER_DRIVERS) |
|
|
|
#ifndef Z3_STEP_PIN |
|
|
|
#define Z3_STEP_PIN _EPIN(Z3_E_INDEX, STEP) |
|
|
@ -1108,4 +1147,17 @@ |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
#ifndef Z3_CS_PIN |
|
|
|
#define Z3_CS_PIN -1 |
|
|
|
#endif |
|
|
|
#ifndef Z3_MS1_PIN |
|
|
|
#define Z3_MS1_PIN -1 |
|
|
|
#endif |
|
|
|
#ifndef Z3_MS2_PIN |
|
|
|
#define Z3_MS2_PIN -1 |
|
|
|
#endif |
|
|
|
#ifndef Z3_MS3_PIN |
|
|
|
#define Z3_MS3_PIN -1 |
|
|
|
#endif |
|
|
|
|
|
|
|
#undef HAS_FREE_AUX2_PINS |
|
|
|