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

    Firmware bundle 3.3beta2 released

    Scheduled Pinned Locked Moved
    Beta Firmware
    19
    49
    4.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.
    • tekkydaveundefined
      tekkydave @dc42
      last edited by

      @dc42 said in Firmware bundle 3.3beta2 released:

      @tekkydave I will clarify it in the upgrade notes. We'll also hide the layer chart in the next version of DWC when layer data is not available.

      Yes. I had noticed the layer chart persisted until the first layer change of the next print.

      ~ tekkydave ~
      D-Bot: 300x300mm | Duet WiFi + Duex2 | 3 independent z motors | X,Y & Z linear rails | E3D Titan Aero + V6 | Precision Piezo z-probe
      FreeCAD, PrusaSlicer

      1 Reply Last reply Reply Quote 0
      • Egrisundefined
        Egris
        last edited by Egris

        Tested fw 3.3 beta 2 on my rotary delta. Has there been a change to Segments per second for this kinematic? X/Y G1 moves look like there is a very low segments per second value usesd for straight lines.

        With the older 3.3 version its working fine

        dc42undefined 1 Reply Last reply Reply Quote 0
        • pfnundefined
          pfn
          last edited by pfn

          Is DWC 3.3.0-b2 not completely compatible with RRF 3.2.2? My layer chart has disappeared (no points graphed).

          I have 2 instances of DWC running, one on my machine itself, and another on the remote proxy, the one on machine is 3.2.2 and shows layer statistics. 3.3.0-b2 proxy version only has a chart without data points.

          Screenshot 2021-03-12 101053.png

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

            @pfn said in Firmware bundle 3.3beta2 released:

            My layer chart has disappeared (no points graphed).

            I have updated the upgrade notes to clarify 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

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

              @Egris said in Firmware bundle 3.3beta2 released:

              Tested fw 3.3 beta 2 on my rotary delta. Has there been a change to Segments per second for this kinematic?

              The only intentional change in segments/second is for G2 and G3 moves. If you send M669 it should report the actual segments/second setting.

              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
              • Stephen6309undefined
                Stephen6309 @tekkydave
                last edited by

                @tekkydave Adding that works to get PrusaSlicer 2.3.0 to show layer counts and cahrt in DWC 3.3.0-b2.

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

                  @dc42 said in Firmware bundle 3.3beta2 released:

                  Currently, if RRF sees ;LAYER n then it will assume layers start from zero and add 1 to n before storing it in the OM). If RRF sees ;layer n then it will assume that n starts from 1.

                  kiri:moto starts at Layer zero and it's layer comments look like this:

                  [...]
                  ;; --- layer 0 (0.200 @ 0.2) ---
                  [....]
                  ;; --- layer 1 (0.200 @ 0.4) ---
                  [...]
                  ;; --- layer 124 (0.200 @ 25) ---
                  [...]
                  

                  It does not emit a ; LAYERS 124 comment by default, but it's available via a token to add in the end gcode.

                  Would that be sufficient for the layer graph to show, or does the per-layer marker need to change? If the latter, I'll file an enhancement request with kiri:moto.

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

                  dc42undefined 1 Reply Last reply Reply Quote 0
                  • DaveAundefined
                    DaveA
                    last edited by

                    This print is still in progress. Sliced from S3D and run through ArcWelder. Notice the layer count. It also started the display on layer 2 and didn't show layer 1 until it reached 30 layers and I could hit the "Show all Layers' item.

                    2ba6851d-edce-4a77-a483-8a34adf75a07-image.png

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

                      @oliof said in Firmware bundle 3.3beta2 released:

                      @dc42 said in Firmware bundle 3.3beta2 released:

                      Currently, if RRF sees ;LAYER n then it will assume layers start from zero and add 1 to n before storing it in the OM). If RRF sees ;layer n then it will assume that n starts from 1.

                      kiri:moto starts at Layer zero and it's layer comments look like this:

                      [...]
                      ;; --- layer 0 (0.200 @ 0.2) ---
                      [....]
                      ;; --- layer 1 (0.200 @ 0.4) ---
                      [...]
                      ;; --- layer 124 (0.200 @ 25) ---
                      [...]
                      

                      It does not emit a ; LAYERS 124 comment by default, but it's available via a token to add in the end gcode.

                      Would that be sufficient for the layer graph to show, or does the per-layer marker need to change? If the latter, I'll file an enhancement request with kiri:moto.

                      Thanks, I'll add recognition of the KiriMoto comment format to RRF.

                      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
                      • bruceundefined
                        bruce
                        last edited by

                        Thank you for all the time and effort.
                        I was looking for a way to do variables and/or macro parameters in RepRap Gcode without having any idea of this work here.
                        I remember I googled many times only to find people said this was not possible in RepRap GCode so since last week I tried to create my own fork of your latest final release. (and it took me some time to figure out how you handled things within all those classes and back and forth functions!)
                        Little did know this is being done very nicely.

                        Very useful at least for me. THANK YOU to all who contributed

                        1 Reply Last reply Reply Quote 0
                        • Nuramoriundefined
                          Nuramori
                          last edited by Nuramori

                          I'm still having an issue where I can't issue a M997 Bxx S3 and the update will not complete.

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

                            @Nuramori What board?

                            Z-Bot CoreXY Build | Thingiverse Profile

                            Nuramoriundefined 1 Reply Last reply Reply Quote 0
                            • DocTruckerundefined
                              DocTrucker
                              last edited by

                              Two bugs detailed on other threads:

                              https://forum.duet3d.com/topic/22292/bug-rrf-3-3beta2-g92-b0-changes-e-axis-position

                              https://forum.duet3d.com/topic/22295/bug-2-rrf-3-3beta2-axis-hanging-after-m584-re-assignemnt/8

                              Running 3 P3Steel with Duet 2. Duet 3 on the shelf looking for a suitable machine. One first generation Duet in a Logo/Turtle style robot!

                              1 Reply Last reply Reply Quote 0
                              • Nuramoriundefined
                                Nuramori @Phaedrux
                                last edited by

                                @Phaedrux Sorry, I completely missed your question. I got it resolved - it is a Duet 3 v1.0 board. It was finicky, but I got it updated. I had to redo somethings on the SBC to get it to work.

                                I still can't upgrade the bootloader though to 2.2

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