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

    Firmware package 3.2beta1 released

    Scheduled Pinned Locked Moved
    Beta Firmware
    12
    42
    3.3k
    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.
    • tristanryerparkeundefined
      tristanryerparke
      last edited by tristanryerparke

      @dc42 Five axis painting machine and foam milling machine, my senior work in college. Attached is an image and video of the plastic prototype making a test painting of line-based moves if you are interested (it still isn't working how I want it to but getting there).

      Essentially it has a continuous rotation axis that rotates parallel to the z. So certain circular moves with the brush following tangent end up sending the head on an "unnecessary" rotation which is due to the IK sending it a G0 A1 when it is at position A355. All GCode being generated in python and rhino/grasshopper, and right now I have a post processor checking for this extra rotation and sending a G92 to set A to -5 before the above mentioned G0 Move. This creates delays in the movement and can get messy.

      Duet 2 and rrf have been the key drivers behind this machine and amazing so far. Also built this thing on a cnc running duet 3. Very exited to have this continuous rotation feature now.

      https://youtu.be/IkqkLaip2n0
      IMG_1085.JPG

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

        I presume you are running RRF in CNC mode, as you are talking about needing to change the maximum speed in order to achieve a short slow move.

        It appears to me that the fundamental problem is that when you move from e.g. -90 to +90 degrees, and it is a milling move, the G1 command does not provide a mechanism to specify the direction of movement. I could add a parameter to specify that; but perhaps that has been done in some Gcode variant already.

        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

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

          I've done some research, and it appears to me that in CNC mode it's normal to let the coordinates go on growing. So when at position A355, instead of sending G1 A1 you would send G1 A357. Eventually the numbers get too big and a reset is needed, typically using G92. Some controllers reset automatically if you switch into relative movement mode using G91.

          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
          • dc42undefined
            dc42 administrators @arhi
            last edited by dc42

            @arhi said in Firmware package 3.2beta1 released:

            @dc42 I know I'm being PITA but I have to and I apologize

            It is impossible to figure out what are the branches of each project required to make a certain build. The BuildInstructions.md is not very up2date. So it would be cool if you could, for e.g. in these forum release posts, add info on what branch of each project goes into this release :). Ideally adding a same TAG as release on each product would be awesome

            BuildInstructions.md was updated a week ago. https://github.com/Duet3D/RepRapFirmware/blob/v3.02-dev/BuildInstructions.md

            All the projects that make up RRF 3.2beta1 are now tagged, except for DuetWiFiSocketServer.

            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

            arhiundefined 1 Reply Last reply Reply Quote 1
            • arhiundefined
              arhi @dc42
              last edited by

              @dc42 awesome!!! I missed the buildinstruction update, was looking at the wrong branch 😞 .. but tags are awesome 🙂 thanks

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

                Yes, it's a problem that project-wide files such as WhatsNew.md and BuildInstructions.md exist on so many different branches, it makes it hard to find the latest one.

                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

                jay_s_ukundefined 1 Reply Last reply Reply Quote 0
                • jay_s_ukundefined
                  jay_s_uk @dc42
                  last edited by

                  @dc42 could the be moved to their own branch? Or maybe to a wiki for the repo so they aren't branch dependant?

                  Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

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

                    @jay_s_uk said in Firmware package 3.2beta1 released:

                    @dc42 could the be moved to their own branch? Or maybe to a wiki for the repo so they aren't branch dependant?

                    Yes, moving them to a wiki would be a good solution I think.

                    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

                    arhiundefined 1 Reply Last reply Reply Quote 1
                    • arhiundefined
                      arhi @dc42
                      last edited by

                      @dc42 Yes, WIKI, either on github or duet3d.dozuki would be awesome ... dunno how many ppl build their own firmware but ..

                      jay_s_ukundefined 1 Reply Last reply Reply Quote 0
                      • jay_s_ukundefined
                        jay_s_uk @arhi
                        last edited by

                        @arhi I tried to build it once.... Gave up

                        Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                        arhiundefined 1 Reply Last reply Reply Quote 0
                        • arhiundefined
                          arhi @jay_s_uk
                          last edited by

                          @jay_s_uk said in Firmware package 3.2beta1 released:

                          @arhi I tried to build it once.... Gave up

                          I built it few times so far, setting up env on mac is super easy 🙂 .. on windows I gave up as it was interfering with my other stuff .. but I had issues with getting proper versions of all sub-projects... anyhow once you get over that it's rather easy 🙂 ... much more important part is actually understanding the code 😄 and making use of ability to compile it 🙂

                          1 Reply Last reply Reply Quote 0
                          • observatoerundefined
                            observatoer
                            last edited by

                            This post is deleted!
                            1 Reply Last reply Reply Quote 0
                            • A Former User?
                              A Former User
                              last edited by A Former User

                              This is what i get for a Maestro Board 3.1.1 running -> 3.2beta1 DuetMaestroFirmware.bin

                              8d5636c4-15ef-4446-8e09-5d72f21e1fd5-image.png

                              Vetiundefined 1 Reply Last reply Reply Quote 0
                              • Vetiundefined
                                Veti @A Former User
                                last edited by

                                @Nellor

                                this is a topic about 3.2

                                please read the documentaiton. you need to update to 3.0 first.

                                1 Reply Last reply Reply Quote 0
                                • A Former User?
                                  A Former User
                                  last edited by

                                  This post is deleted!
                                  1 Reply Last reply Reply Quote 0
                                  • Vetiundefined
                                    Veti
                                    last edited by

                                    then you should have downloaded https://github.com/Duet3D/RepRapFirmware/releases/download/3.0/DuetMaestroIAP.bin from 3.0

                                    1 Reply Last reply Reply Quote 0
                                    • A Former User?
                                      A Former User
                                      last edited by

                                      As everything worked so far without any problems (considering that I'm a normal end-user)
                                      this should covered somehow different - nevertheless thank you for the friendly hint.

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

                                        how did you update to 3.1.1? through bossa?

                                        its written in the release notes for 3.1.1
                                        https://github.com/Duet3D/RepRapFirmware/releases/tag/3.1.1

                                        A Former User? 1 Reply Last reply Reply Quote 0
                                        • A Former User?
                                          A Former User @Veti
                                          last edited by

                                          @Veti
                                          Search for another person to fight with... this is not my level...

                                          Vetiundefined 1 Reply Last reply Reply Quote 0
                                          • Vetiundefined
                                            Veti @A Former User
                                            last edited by

                                            @A-Former-User said in Firmware package 3.2beta1 released:

                                            Search for another person to fight with... this is not my level...

                                            sorry if i offended you. that was not my intention.

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