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

    Firmware 2.02 released!

    Scheduled Pinned Locked Moved
    Firmware installation
    23
    70
    12.2k
    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.
    • Catalin_ROundefined
      Catalin_RO @dc42
      last edited by

      @dc42 Sounds better! But it is important to know the threshold speed value. While roughing apparently is done at higher speed than finishing, it depends on many factors and it may be actually done at lower speeds (bulk material removal requires a lot more torque than just shaving off a thin layer). 4000mm/s is a reasonable upper limit for 0.1mm/s, if possible. The WorkBee that I have is capable of 2500mm/s, and it's not that rare that I need to set feed rates close to the top limit. If using larger cutters I would have to go faster, just that I know that the machine is not rigid enough for the associated torques and thus I don't go beyond a certain diameter.

      DIY CNCs usually rely on lowest cost motion solutions - that is stepper. Considering a 300rpm limit for the stepper while still having meaningful torque, combined with the usual 1610 lead screw (16mm thick screw, 10mm lead), that gives 3000mm/min feed rate. That is why I consider 4000mm/min a reasonable limit for CNCs that use steppers rated for up to 3A. CNCs that use belts are imprecise at higher speeds because of the belts flexibility and the ones that use screws and can go faster have much larger steppers, impossible to use with the Duet 2.

      Or make different rules depending on the controller mode if the threshold speed is too low - no more than or fixed at 0.1mm for CNC (whatever was before) and new algorithm for 3D printing.

      1 Reply Last reply Reply Quote 0
      • Vladundefined
        Vlad
        last edited by

        @dc42 have you stopped supporting DUETWIFI or something? I can't find any new firmware on that board, all firmware switched to DUET2WIFI, which is basically the same board, but the problem is that firmware won't install on DUETWIFI. Needless to say, that there is of course zero instructions about that.

        Phaedruxundefined 1 Reply Last reply Reply Quote 0
        • Phaedruxundefined
          Phaedrux Moderator @Vlad
          last edited by

          @vlad the duetwifi and duwt2wifi are one in the same.

          Instructions for updating are the same.

          https://duet3d.dozuki.com/Wiki/Installing_and_Updating_Firmware

          Z-Bot CoreXY Build | Thingiverse Profile

          Vladundefined 1 Reply Last reply Reply Quote 1
          • Vladundefined
            Vlad @Phaedrux
            last edited by

            @phaedrux Thanks. Only if it was mentioned anywhere, as the firmware has different name and won't install, unless you rename it, which I did.

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

              @vlad said in Firmware 2.02 released!:

              @phaedrux Thanks. Only if it was mentioned anywhere, as the firmware has different name and won't install, unless you rename it, which I did.

              I guess you didn't read https://duet3d.dozuki.com/Wiki/Installing_and_Updating_Firmware#Section_Upgrading_a_Duet_2_WiFi_or_Ethernet_to_firmware_1_21_or_later_from_1_20_or_earlier.

              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

              Vladundefined 1 Reply Last reply Reply Quote 1
              • Vladundefined
                Vlad @dc42
                last edited by Vlad

                @dc42 I figured that out on my own already. Not easy to find a documentation in your holly mess here David 🙂 lol. I haven't seen such a mess since I saw my room when I was a kid. Impossible to find any required info. You should check adafruit website as a good example of how documentation should be organized. P.S: my board has failed, so I guess I won't need anything for a while.

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

                  And you should learn to use the search facility. Duet+RRF is 100x more complicated than anything Adafriot sells.

                  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 5
                  • zerspaner_gerdundefined
                    zerspaner_gerd
                    last edited by

                    M291 no longer allows S0 and T0 together because that would create a message that can never time out of be dismissed

                    @dc42

                    I used it as follows

                    M291 P"Nozzle is heated" R"Loading Support" S0 T0
                    
                    G10 S230; TEMP
                    
                    G28
                    
                    G1 X125. Y10. F6000
                    
                    M116 H1:2 S3
                    M292 ; Hide the message
                    ......
                    

                    I see now no way to implement the equivalent after the change.

                    Maybe we could create a new mode that includes:

                    1. not blocking
                    2. Only with the "Cancel" button, to cancel the current process.

                    That would have been missing before me, because if there is a mistake (for example, unintentional confirm) was the one zigste way to end this with an emergency stop.

                    What do the other people mean?

                    Board: Duet WiFi 1.03 | Firmware Version: 3.1.1 | WiFi Server Version: 1.23 | Web Interface Version: 3.1.1

                    dc42undefined 1 Reply Last reply Reply Quote 0
                    • Muggaundefined
                      Mugga
                      last edited by Mugga

                      Thx very much for the release sadly I got massive wifi connection issues with this release.
                      Sometimes 2/10 I would say, I'm loosing connection during the print.

                      But I'm loosing always connection when idle for some time. I thought this firmware release fixed the reconnect issue?

                      Any ideas how to get around this?

                      Firmware Electronics: Duet WiFi 1.02 or later
                      Firmware Version: 2.02(RTOS) (2018-12-24b1)
                      WiFi Server Version: 1.22
                      Web Interface Version: 1.22.6

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

                        @zerspaner_gerd said in Firmware 2.02 released!:

                        M291 no longer allows S0 and T0 together because that would create a message that can never time out of be dismissed

                        @dc42

                        I used it as follows

                        M291 P"Nozzle is heated" R"Loading Support" S0 T0
                        
                        G10 S230; TEMP
                        
                        G28
                        
                        G1 X125. Y10. F6000
                        
                        M116 H1:2 S3
                        M292 ; Hide the message
                        ......
                        

                        I see now no way to implement the equivalent after the change.

                        Maybe we could create a new mode that includes:

                        1. not blocking
                        2. Only with the "Cancel" button, to cancel the current process.

                        That would have been missing before me, because if there is a mistake (for example, unintentional confirm) was the one zigste way to end this with an emergency stop.

                        What do the other people mean?

                        Why don't you just set a long timeout instead of no timeout? Or allow it to be dismissed?

                        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
                        • First post
                          Last post
                        Unless otherwise noted, all forum content is licensed under CC-BY-SA