Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    4 motors and drivers for same axis

    Scheduled Pinned Locked Moved
    Duet Web Control
    driver zaxis
    3
    5
    345
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • jot4pundefined
      jot4p
      last edited by

      Hi,

      I need to plug 4 motors for Z axis, all motors with same movement.

      I have 1 Duet Expansion Breakout Board, it's possible to map multiple drivers for same axis ? For example, drive 5,6,7,8 for Z ? ?

      Best Regards...

      1 Reply Last reply Reply Quote 0
      • DocTruckerundefined
        DocTrucker
        last edited by DocTrucker

        Here's the command I use to string two motors together for Z. Done it for 3 in the past.

        M584 X0 Y1 Z2:5 E3 
        

        Four motors on z isn't ideal, but sure I'm not the first to mention that!

        Running 3 P3Steel with Duet 2. Duet 3 on the shelf looking for a suitable machine. One first generation Duet in a Logo/Turtle style robot!

        1 Reply Last reply Reply Quote 0
        • DocTruckerundefined
          DocTrucker
          last edited by

          Once you've done that use G32 to level the screws. In order to do this you need to sort out the following.

          I define the location of my lead screws with the following command in my config.g:

          M671 X-165.0:165.0 Y0.0:0.0 ; Z leadscrews are at (-165,0), (165,0) 
          

          ...and I have a bed.g file in the same directory as the config.g that includes the following probe points near the lead screws:

          G30 P0 X-90 Y0 Z-99999 ; probe near a leadscrew
          G30 P1 X90 Y0 Z-99999 S2 ; probe near a leadscrew
          

          You will need to add the location of all 4 screws, and have four probe points in the bed.g. The order of the lead screw definitions should match the order of order of probe points in the bed.g file.

          Running 3 P3Steel with Duet 2. Duet 3 on the shelf looking for a suitable machine. One first generation Duet in a Logo/Turtle style robot!

          dc42undefined 1 Reply Last reply Reply Quote 0
          • DocTruckerundefined
            DocTrucker
            last edited by

            If you've not used these commands before read up on them here:

            https://duet3d.dozuki.com/Wiki/Gcode

            Running 3 P3Steel with Duet 2. Duet 3 on the shelf looking for a suitable machine. One first generation Duet in a Logo/Turtle style robot!

            1 Reply Last reply Reply Quote 0
            • dc42undefined
              dc42 administrators @DocTrucker
              last edited by

              @DocTrucker said in 4 motors and drivers for same axis:

              The order of the lead screw definitions should match the order of order of probe points in the bed.g file.

              Actually, the order of the probe points doesn't matter. But the order of the leadscrew coordinates in M671 must match the order of the corresponding Z motors in M584.

              Duet WiFi hardware designer and firmware engineer
              Please do not ask me for Duet support via PM or email, use the forum
              http://www.escher3d.com, https://miscsolutions.wordpress.com

              1 Reply Last reply Reply Quote 0
              • First post
                Last post
              Unless otherwise noted, all forum content is licensed under CC-BY-SA