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

    motors mapping with Duet Expansion Breakout Board

    Scheduled Pinned Locked Moved
    General Discussion
    3
    8
    361
    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.
    • JVundefined
      JV
      last edited by

      Hi Guys

      I'm working with a duet2 ethernet and i connect an external drivers for the axis X,Y & Z axis (cartesian) using an Duet Expansion Breakout Board and my two extruders are working with the two drivers in the board E0 and E1.

      I would to connect two steppers motors (U,V axis) to the X and Y drivers present in the board, but i don't know how to mapping the motors in the RRF.

      Actually my configuration in the RRF is:

      M584 X5 Y6 Z7 E3:4 ; Apply custom drive mapping

      If i put the next line in the RRF should it work ok?

      M584 X5 Y6 Z7 E3:4 U0 V1 ; Apply custom drive mapping

      Thanks for your help guys.

      1 Reply Last reply Reply Quote 0
      • Vetiundefined
        Veti
        last edited by

        yes.
        you will need to create homing files for them i.e. homeu.g

        JVundefined 1 Reply Last reply Reply Quote 0
        • JVundefined
          JV @Veti
          last edited by

          @veti
          i don't need to homing this axis, because they doesn't works like real axis, they just have to move in relative mode with a macro.
          should i do homing anyway?

          dc42undefined 1 Reply Last reply Reply Quote 0
          • Vetiundefined
            Veti
            last edited by Veti

            well you need to configure the parameters for the additional axis
            motor current (M906)
            steps/mm (M92)
            acceleration (M201)
            maximum speed (M203)
            jerk (M566)
            axis limits(M208)
            endstop type and position M574 (M574)

            how would you know the position of the axis without homing?

            JVundefined 1 Reply Last reply Reply Quote 0
            • JVundefined
              JV @Veti
              last edited by

              @veti
              for the application that i should do i don't need to know the position, they are not real axis, they must make a number of revolutions established in a macro.
              Thank you for your help

              1 Reply Last reply Reply Quote 0
              • Vetiundefined
                Veti
                last edited by

                @veti said in motors mapping with Duet Expansion Breakout Board:

                motor current (M906)
                steps/mm (M92)
                acceleration (M201)
                maximum speed (M203)
                jerk (M566)

                you will still need to configure these regardless

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

                  @jv said in motors mapping with Duet Expansion Breakout Board:

                  @veti
                  i don't need to homing this axis, because they doesn't works like real axis, they just have to move in relative mode with a macro.
                  should i do homing anyway?

                  In that case you can just include G92 U0 V0 in homeall.g so that RRF considers that they have been homed.

                  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

                  JVundefined 1 Reply Last reply Reply Quote 0
                  • JVundefined
                    JV @dc42
                    last edited by

                    @dc42
                    Perfect David Thanks

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