@mcscott said in Switching Y and Z stepper outputs on Duet2?:

I should just dual wire the two Y-axis steppers?

If you have a free driver you could have each Y stepper on it's own driver.

Change from:
M584 X0 Y1 Z2 E3
to
M584 X0 Y1:4 Z2 E3
or something similar.