2 drives on 1 axis
-
this is my config g motor set up z not working help
; Drives
M569 P0.0 S1 ; physical drive 0.0 goes forwards
M569 P0.1 S0 ; physical drive 0.1 goes backwards
M569 P0.2 S0 ; physical drive 0.2 goes backwards
M569 P1.0 S1 ; physical drive 1.0 goes forwards
M584 X0.0 Y0.1:0.2 Z1.0 ; set drive mapping
M92 X80.00 Y80.00 Z400.00 E420.00 ; set steps per mm
M566 X900.00 Y900.00 Z60.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
M203 X6000.00 Y6000.00 Z180.00 E1200.00 ; set maximum speeds (mm/min)
M201 X500.00 Y500.00 Z20.00 E250.00 ; 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; Axis Limits
M208 X0 Y0 Z0 S1 ; set axis minima
M208 X550 Y550 Z150 S0 ; set axis maxima -
@gardon64 please read https://forum.duet3d.com/topic/5909/guide-for-posting-requests-for-help and then try again
-
Ok
Duet 3 6xd board rep rap 3.3
When I run this config .g my z axis will not move but one of the y axis will thanks -
@gardon64 Just the one board? If so, it looks like you've mapped the z motor to a nonexistent second board (board1).
-
Thanks all figured it out
-
-