• Tags
  • Documentation
  • Order
  • Register
  • Login
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.
  • undefined
    JV
    last edited by 5 Aug 2019, 15:50

    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
    • undefined
      Veti
      last edited by 5 Aug 2019, 16:03

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

      undefined 1 Reply Last reply 5 Aug 2019, 16:21 Reply Quote 0
      • undefined
        JV @Veti
        last edited by 5 Aug 2019, 16:21

        @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?

        undefined 1 Reply Last reply 6 Aug 2019, 09:52 Reply Quote 0
        • undefined
          Veti
          last edited by Veti 8 May 2019, 16:27 5 Aug 2019, 16:26

          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?

          undefined 1 Reply Last reply 6 Aug 2019, 08:53 Reply Quote 0
          • undefined
            JV @Veti
            last edited by 6 Aug 2019, 08:53

            @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
            • undefined
              Veti
              last edited by 6 Aug 2019, 09:05

              @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
              • undefined
                dc42 administrators @JV
                last edited by 6 Aug 2019, 09:52

                @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

                undefined 1 Reply Last reply 7 Aug 2019, 08:38 Reply Quote 0
                • undefined
                  JV @dc42
                  last edited by 7 Aug 2019, 08:38

                  @dc42
                  Perfect David Thanks

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