@Allaudri said in Unable to run the servo motor:
; External Drivers
M569 P0.0 S1 R0 T0.2:0.2:0.1:0 ; driver 0.0 goes forwards and requires an active-low enable signal (X axis)
M569 P0.1 S1 R0 T0.2:0.2:0.1:0 ; driver 0.1 goes forwards and requires an active-low enable signal (Y axis)
M569 P0.2 S1 R0 T0.2:0.2:0.1:0 ; driver 0.2 goes forwards and requires an active-low enable signal (Z axis)
M569 P0.3 S1 R0 T0.2:0.2:10:0 ; driver 0.3 goes forwards and requires an active-low enable signal (extruder 0)
I'd guess that your timing is far too fast for the servo driver. Start with something like:
M569 P0.0 S1 R0 T5:5:10:10It could also be the enable signal, which causes people no end of problems, usually. Please provide a link to the servo driver datasheet or manual, and we'll come up with some better timing for you, and advise on the enable signal.
See https://docs.duet3d.com/en/User_manual/Connecting_hardware/Motors_connecting_external
Ian