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

    Software bundle 3.4.0 stable released!

    Scheduled Pinned Locked Moved
    Firmware installation
    24
    52
    6.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.
    • fcwiltundefined
      fcwilt @dc42
      last edited by

      @dc42

      I have avoided 3.4.x to date - just too busy with other things.

      There are a LOT of things I now have to learn.

      Thanks for all the hard work.

      Frederick

      Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

      NightLonk42undefined 1 Reply Last reply Reply Quote 0
      • NightLonk42undefined
        NightLonk42 @fcwilt
        last edited by NightLonk42

        @dc42 Awesome!

        I'm not able to update currently but a couple questions.

        Is the Input Shaping plugin be installed by default? Also, will the Input Shaping page be updated to give more detail any time soon?

        Thanks!

        fcwiltundefined zaptaundefined chrishammundefined 3 Replies Last reply Reply Quote 0
        • fcwiltundefined
          fcwilt @NightLonk42
          last edited by

          @nightlonk42 said in Software bundle 3.4.0 stable released!:

          @fcwilt
          Awesome!

          I'm not able to update currently but will the Input Shaping plugin be installed by default?
          Also, will the Input Shaping page be updated to give more detail?

          Thanks!

          I have no idea. I haven't yet worked up the courage to install 3.4.

          Frederick

          Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

          NightLonk42undefined 1 Reply Last reply Reply Quote 1
          • NightLonk42undefined
            NightLonk42 @fcwilt
            last edited by

            This post is deleted!
            1 Reply Last reply Reply Quote 0
            • zaptaundefined
              zapta @NightLonk42
              last edited by zapta

              @nightlonk42 said in Software bundle 3.4.0 stable released!:

              Is the Input Shaping plugin be installed by default?

              I found the one below. Not sure if it was installed by 3.4 or was there before. Also, IIRC there was another 'external' accelerometer plugin which doesn't seem to be installed. (The TrueImage popup is a system artifact, not related to DWC).

              42d0f02f-5c59-4de7-9088-4e4305b8a487-image.png

              1 Reply Last reply Reply Quote 1
              • chrishammundefined
                chrishamm administrators @NightLonk42
                last edited by

                @nightlonk42 @zapta You can find the plugins (except for the closed loop plugin beta that is still on its own repo) here: https://github.com/Duet3D/DSF-Plugins/releases/tag/v3.4.0 You can expect more improvements for the input shaper tuning soon.

                Duet software engineer

                fractalengineerundefined zaptaundefined 2 Replies Last reply Reply Quote 1
                • bbergerundefined
                  bberger
                  last edited by bberger

                  I'm already looking forward to 3.5 🙂 Been a happy 3.4 early adopter for quite some time now and Input Shaping brings so much to the table. Exciting times! Hopefully the IS Plugin gets to the point of comfort and ease-of-use as in Klipper!

                  Hopefully the trend to better motion planning continues, keep up the good work!

                  1 Reply Last reply Reply Quote 3
                  • fractalengineerundefined
                    fractalengineer @chrishamm
                    last edited by

                    @chrishamm those look neat, I can't seem to be able to install them though?

                    I get this error message:

                    InvalidOperationException in InstallPlugin: Cannot perform command because the plugin service is not started
                    

                    Any tips?

                    Thanks!

                    Railcore II ZL

                    chrishammundefined 1 Reply Last reply Reply Quote 0
                    • zaptaundefined
                      zapta @chrishamm
                      last edited by zapta

                      @chrishamm, do the extra plug-ins work with stand alone duet? (Asking because they have DSF in their path)

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

                        @zapta only the motion one is SBC only

                        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

                        1 Reply Last reply Reply Quote 0
                        • Mike3Dundefined
                          Mike3D
                          last edited by

                          Thanks for this update.
                          I can see the thumbnails on the pc using webcontrol.
                          But i see no thumbnails on the PanelDue.
                          On the PanelDeu is the latest firmware 3.4.1-pre2.
                          The slicer i have is Prusaslicer and thumbnails are 160x160.

                          jjudeundefined dc42undefined 2 Replies Last reply Reply Quote 0
                          • jjudeundefined
                            jjude @Mike3D
                            last edited by

                            @mike3d note: PanelDue can only use QOI format. PrusaSlicer 2.4.1 not creating yet QOI.

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

                              @mike3d you can get Windows and Mac binaries of a fork of Prusa Slicer that supports QOI format from https://github.com/n8bot/PrusaSlicer/releases/tag/version_2.5.0-alpha0%2Bn8-release1. This version also has the option to retrieve the machine parameters from the Duet via http, if you have configured it for upload via http. Thanks to user @bot for implementing all of this.

                              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

                              bbergerundefined 1 Reply Last reply Reply Quote 3
                              • chrishammundefined
                                chrishamm administrators @fractalengineer
                                last edited by

                                @fractalengineer Have a look at the DSF upgrade notes for v3.3, it sounds like you missed them.

                                Duet software engineer

                                1 Reply Last reply Reply Quote 1
                                • bbergerundefined
                                  bberger @dc42
                                  last edited by

                                  @dc42 said in Software bundle 3.4.0 stable released!:

                                  @mike3d you can get Windows and Mac binaries of a fork of Prusa Slicer that supports QOI format from https://github.com/n8bot/PrusaSlicer/releases/tag/version_2.5.0-alpha0%2Bn8-release1. This version also has the option to retrieve the machine parameters from the Duet via http, if you have configured it for upload via http. Thanks to user @bot for implementing all of this.

                                  This is big news. Especially on the Duet integration part.

                                  botundefined 1 Reply Last reply Reply Quote 0
                                  • zaptaundefined
                                    zapta
                                    last edited by

                                    Thanks @chrishamm, I was able to install the external input shaping plugin. Next will figure out how to use it.

                                    BTW, if most of the external plugins are not DSF specific, maybe remove DSF from their path on github?

                                    1 Reply Last reply Reply Quote 0
                                    • botundefined
                                      bot @bberger
                                      last edited by

                                      @bberger I have submitted a Pull Request to PrusaSlicer to include those integrations: https://github.com/prusa3d/PrusaSlicer/pull/8087

                                      n8bot opened this pull request in prusa3d/PrusaSlicer

                                      open Fix RRF Time Estimates and Add "Get Machine Limits" button for Duet printer hosts #8087

                                      *not actually a robot

                                      1 Reply Last reply Reply Quote 6
                                      • ctilley79undefined
                                        ctilley79
                                        last edited by

                                        Is there a roadmap for RRF 3.5 available? What will be its focus?

                                        oliofundefined 1 Reply Last reply Reply Quote 1
                                        • oliofundefined
                                          oliof @ctilley79
                                          last edited by

                                          @ctilley79 Looking at the Github commit history, independent gcode streams seems to be the main feature being developed right now.

                                          <>RatRig V-Minion Fly Super5Pro RRF<> V-Core 3.1 IDEX k*****r <> RatRig V-Minion SKR 2 Marlin<>

                                          ctilley79undefined 1 Reply Last reply Reply Quote 0
                                          • StevenLundefined
                                            StevenL
                                            last edited by

                                            Failed up to Upgrade from 3.2.2 to 3.4.0

                                            Wifi card is stuck in Starting mode. no actual IP working.
                                            Help!

                                            Do I need to revert back to 3.2.2 or reset back to factory or what?
                                            Please advise

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