FYSETC / FYSETC-SPIDER

FYSETC Board - 3d printer motherboard for VORON and other open source project.
310 stars 148 forks source link

Marlin 2.x two Y and Z Motors #110

Open rainerschulte opened 1 year ago

rainerschulte commented 1 year ago

Hi Folks,

I have a question regarding Spider 2.2 running two Y and Z Motors.

In configuration.adv.h I uncommented `#define Y_DUAL_STEPPER_DRIVERS

if ENABLED(Y_DUAL_STEPPER_DRIVERS)

//#define INVERT_Y2_VS_Y_DIR // Enable if Y2 direction signal is opposite to Y //#define Y_DUAL_ENDSTOPS

if ENABLED(Y_DUAL_ENDSTOPS)

#define Y2_USE_ENDSTOP _YMAX_
#define Y2_ENDSTOP_ADJUSTMENT  0

endif

endif

// // For Z set the number of stepper drivers //

define NUM_Z_STEPPER_DRIVERS 2 // (1-4) Z options change based on how many

if NUM_Z_STEPPER_DRIVERS > 1

// Enable if Z motor direction signals are the opposite of Z1 //#define INVERT_Z2_VS_Z_DIR //#define INVERT_Z3_VS_Z_DIR //#define INVERT_Z4_VS_Z_DIR`

and in configuration.h I have `#define X_DRIVER_TYPE TMC2209

define Y_DRIVER_TYPE TMC2209

define Z_DRIVER_TYPE TMC2209

//#define X2_DRIVER_TYPE A4988

define Y2_DRIVER_TYPE TMC2209

define Z2_DRIVER_TYPE TMC2209`

My Display says TMC Connection Error.

All TMC Sockets have a TMC2209 connected.

Which Ports are Y2 and Z2?