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

    UVWABCDabcdefghijkl - axis is not showing up

    Scheduled Pinned Locked Moved
    General Discussion
    3
    15
    451
    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.
    • dc42undefined
      dc42 administrators @Aurimas
      last edited by

      @Aurimas GCode is case insensitive, so you need to represent lower case letters by prefixing them with a single quote character, for example:

      M584 'a2.0
      

      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

      Aurimasundefined 1 Reply Last reply Reply Quote 0
      • Aurimasundefined
        Aurimas @dc42
        last edited by

        @dc42 great - thank you. I will give it a go.

        while I got you - am I correct that 3.4 version supports mroe axis than the 3.5?
        what the reason to reduce the support?

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

          @Aurimas maximum axes on the 6XD is 15 in 3.4.x and 30 in 3.5.x.

          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

          Aurimasundefined 1 Reply Last reply Reply Quote 0
          • Aurimasundefined
            Aurimas @dc42
            last edited by

            @dc42 I am confused.
            in the docs it has less axis in 3.5 than it is in 3.4

            U, V, W, A, B, Cnnn Driver number(s) for additional axes U, V, W, A, B and C (UVW available in RepRapFirmware 1.16 and later; UVWABC available in RepRapFirmware 1.19 and later; UVWABCD available in RepRapFirmware 3.0 and later; UVWABCDabcdefghijkl available in RepRapFirmware 3.3 and 3.4, Duet 3 MB6HC and MB6XD only; UVWABCDabcdef available in RepRapFirmware 3.5 and later, Duet 3 MB6HC and MB6XD only).

            also in the docs says 15 movement axis + 8 extruders I believe. So I assume this part is outdated.

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

              @Aurimas I have corrected the M584 documentation.

              Where do the docs specify a limit of 15 axes + 5 extruders?

              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

              droftartsundefined Aurimasundefined 2 Replies Last reply Reply Quote 0
              • droftartsundefined
                droftarts administrators @dc42
                last edited by

                @dc42 Here: https://docs.duet3d.com/User_manual/RepRapFirmware/RepRapFirmware_overview#firmware-configuration-limits

                Is it that there are more axis names available than axes that can be set, ie not all can be used at once?

                UVWABCDabcdefghijkl available in RepRapFirmware 3.3 and later

                In 3.3 and 3.4, there are 22 axis labels, XYZUVWABCDabcdefghijkl, but a maximum of 15 axes.

                additionally mnopqrstuvwxyz are available in RepRapFirmware 3.5 and later on Duet 3 MB6HC and MB6XD only

                In 3.5, there are 36 axis labels, XYZUVWABCDabcdefghijklmnopqrstuvwxyz, but a maximum of 30 axes.

                Ian

                Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

                1 Reply Last reply Reply Quote 0
                • Aurimasundefined
                  Aurimas @dc42
                  last edited by

                  @dc42 also your correction states 15

                  The maximum number of axes supported on Duet 3 MB6HC is increased to 15 in RRF 3.3 and later. Axis letters abcdefghijkl may be used in addition to XYZUVWABCD. Because GCode is normally case insensitive, these must be prefixed with a single quote character in GCode commands. For example, M584 'A1.2 would assign axis 'a' to driver 1.2, and G1 'A10 would move the 'a' axis to the 10mm or 10 degree position (or by 10mm or 10 degrees if in relative mode).

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

                    @Aurimas thanks. I hadn't noticed that the notes about M584 mentioned the maximum number of axes supported. I have removed that mention and updated the table that @droftarts linked to in his post.

                    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

                    Aurimasundefined 1 Reply Last reply Reply Quote 0
                    • Aurimasundefined
                      Aurimas @dc42
                      last edited by

                      @dc42 thanks.

                      you probably should update this as well

                      MaxAxesPlusExtruders 25

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

                        @Aurimas said in UVWABCDabcdefghijkl - axis is not showing up:

                        @dc42 thanks.

                        you probably should update this as well

                        MaxAxesPlusExtruders 25

                        Where is that?

                        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

                        droftartsundefined 1 Reply Last reply Reply Quote 0
                        • droftartsundefined
                          droftarts administrators @dc42
                          last edited by

                          @dc42 said in UVWABCDabcdefghijkl - axis is not showing up:

                          @Aurimas said in UVWABCDabcdefghijkl - axis is not showing up:

                          @dc42 thanks.

                          you probably should update this as well

                          MaxAxesPlusExtruders 25

                          Where is that?

                          https://docs.duet3d.com/User_manual/RepRapFirmware/RepRapFirmware_overview#firmware-configuration-limits

                          Ian

                          Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

                          Aurimasundefined dc42undefined 2 Replies Last reply Reply Quote 0
                          • Aurimasundefined
                            Aurimas @droftarts
                            last edited by

                            This post is deleted!
                            1 Reply Last reply Reply Quote 0
                            • dc42undefined
                              dc42 administrators @droftarts
                              last edited by

                              Thanks, now corrected.

                              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

                              Aurimasundefined 1 Reply Last reply Reply Quote 0
                              • Aurimasundefined
                                Aurimas @dc42
                                last edited by

                                @dc42 thank you

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