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

    Dual Y-Axis Motor Configuration

    Scheduled Pinned Locked Moved
    General Discussion
    2
    5
    3.0k
    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.
    • goldentunaundefined
      goldentuna
      last edited by

      Hi - I've tried to search the forum as much as possilbe for my answer - but haven't found it yet.

      I'm wanting to had two Y-Axis motors for my set up. Motor will be mounted on the front of the printer.
      As I see it (in my set up) - to move the carriage/axis forward, the right motor must turn counter-clockwise, while the left motor will have to turn clockwise.

      Can someone help me know how to map the motors, and set the different rotation for each to sync?

      I am using a DuetWifi, and will be adding a Duet5 Expansion board.

      Full set up:
      2 Z motors Leadscrews for Dual Z-Axis
      2 Y motors for Y-Axis
      2 X motors (1 each for IDEX) Dual X-Axis
      2 Extruder motors (1 for each hotend)

      Thanks!

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

        Two possibilities:

        1. Connect the two motors in series (google "connect stepper motors in series") to a single motor output on the Duet, but swap one pair of phase wires to one of the stepper motors to reverse its direction. Or if they are low current/high resistance stepper motors, connect them in parallel, and again swap one pair of phase wires to one of the motors.

        2. Connect the two motors to separate motor outputs on the Duet + DueX5. Use the M584 command to assign both of them to the Y axis, and the M569 commands to reverse one of them. See https://duet3d.com/wiki/G-code for the descriptions of M584 and M569.

        HTH David

        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
        • goldentunaundefined
          goldentuna
          last edited by

          David - thank you, this looks to be exactly what I needed.
          I don't currently have any M584 commands in my config file - I guess I didn't need them because I was just using the 'normal' drivers for each motor and didn't need to 'remap' them.

          Since I will need to use a Duet expansion board - this will accomplish what I need.

          … oh - are there any examples of tool change code / parking / etc for IDEX set up? (being lazy here I guess)

          Thanks

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

            @goldentuna:

            … oh - are there any examples of tool change code / parking / etc for IDEX set up? (being lazy here I guess)

            Thanks

            Thre are suggestons on the wiki, https://duet3d.com/wiki/Configuring_multiple_independent_X-carriages_on_a_Cartesian_printer.

            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
            • goldentunaundefined
              goldentuna
              last edited by

              Thank you so much … that will be a big help!

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