The tower motors ..... H E L P
-
Now I did that = still no movement. Error in M98 gone
M98 P"config.g"
HTTP is enabled on port 80
FTP is enabled on port 21
TELNET is enabled on port 23 -
Drivers are set to 1/16step and 3.2A
M569 P40.0 S0 R1 T10:10:10:10
M569 P41.0 S0 R1 T10:10:10:10
M569 P42.0 S0 R1 T10:10:10:10 -
With my DMM I can measure DIR shifting 4.78V to 0 and see a small shift in Step of 0.048V and EN is 4.78V
-
Even tried to shift driver to DM542A No movement on Y axis
-
Now all axis are connected to Mini5, only E0 is moving.
; Drives ;M569 P40.0 S0 R1 T10:10:10:10 ; physical drive 121.0 goes forwards ;M569 P41.0 S0 R1 T10:10:10:10 ; physical drive 122.0 goes forwards ;M569 P42.0 S0 R1 T10:10:10:10 ; physical drive 123.0 goes forwards M569 P0.0 S0 M569 P1.0 S0 M569 P2.0 S0 M569 P3.0 S0 ; physical drive 0.0 goes forwards M584 X3.0 Y2.0 Z1.0 E0.0 ;M584 X40.0 Y41.0 Z42.0 E0.0 ; set drive mapping M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation X16 Y16 Z16 M92 X80.00 Y80.00 Z80.00 E663.00 ; set steps per mm M566 X1200.00 Y1200.00 Z1200.00 E1200.00 ; set maximum instantaneous speed changes (mm/min) M203 X18000.00 Y18000.00 Z18000.00 E1200.00 ; set maximum speeds (mm/min) M201 X1000.00 Y1000.00 Z1000.00 E1000.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
What is wrong?
-
@tecno said in The tower motors ..... H E L P:
M569 P0.0 S0
M569 P1.0 S0
M569 P2.0 S0
M569 P3.0 S0 ; physical drive 0.0 goes forwards
M584 X3.0 Y2.0 Z1.0 E0.0You've got the numbers backwards I think.
The first digit is the board address, the second is the driver number.
-
Did look at my CHIRON setup with Mini5
M569 P0 S0 M569 P1 S0 M569 P2 S0 M569 P3 S0 ; physical drive 0.0 goes forwards M584 X3 Y2 Z1 E0 ;M584 X40.0 Y41.0 Z42.0 E0.0 ; set drive mapping M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation X16 Y16 Z16 M92 X80.00 Y80.00 Z80.00 E663.00 ; set steps per mm M566 X1200.00 Y1200.00 Z1200.00 E1200.00 ; set maximum instantaneous speed changes (mm/min) M203 X18000.00 Y18000.00 Z18000.00 E1200.00 ; set maximum speeds (mm/min) M201 X1000.00 Y1000.00 Z1000.00 E1000.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
Just need to fix speed + acc
-
Next is to take one of the DM556´s and open it and see what is going on. Did buy these on Amazon so I need to ask for a refund.
Bah.... 2 weeks past return time = not so good
-
@tecno you could try disconnecting the Enable input to the external drivers, and see if that causes the motors to lock. Most external drivers use the Enable input to disable the drivers, not to enable them.
-
@dc42
Now the drivers are out for repair and I am now concentrating to get printer to run with Mini5 drivers. Not optimal but will have to do until the DM556 are OK. -
Good news, now my DM556's are repaired and tested. Tomorrow time to get my 1XD's to their job.