Hi, i have a problem with my new duet board. When i connect one Z-motor to ZA with the jumpers still attached it works just as it should. But when i remove the jumpers and connect the second motor to ZB both motors stops working. They are making a buzzing sound and they try to move back and forth. But they are not spinning. https://imgur.com/a/IRHDlpV here is the wiring, it's hard to see the first connector but they are wired the same as ZB (notice the gray wire is the black one from the motor).
My Drive config looks like this
; Drives
M569 P0 S1 ; Drive 0 goes forwards
M569 P1 S1 ; Drive 1 goes forwards
M569 P2 S1 ; Drive 2 goes forwards
M569 P3 S1 ; Drive 3 goes forwards
M350 X16 Y16 Z16 E16 I1 ; Configure microstepping with interpolation
M92 X80 Y80 Z400 E420 ; Set steps per mm
M566 X900 Y900 Z12 E120 ; Set maximum instantaneous speed changes (mm/min)
M203 X6000 Y6000 Z30 E1200 ; Set maximum speeds (mm/min)
M201 X500 Y500 Z250 E250 ; Set accelerations (mm/s^2)
M906 X800 Y800 Z800 E800 I30 ; Set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout
What am I missing?