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

    RepRapFirmware 3.2 planned improvements

    Scheduled Pinned Locked Moved
    General Discussion
    28
    99
    6.9k
    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.
    • CCS86undefined
      CCS86 @dc42
      last edited by

      @dc42 said in RepRapFirmware 3.02 planned improvements:

      It's on the list for implementation, but IMO it's pointless as long as jerk or junction deviation is needed at corners. The first-order motion components need to be made continuous before or at the same time as worrying about third and high order components.

      What is causing that dependance?

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

        @dc42, FYI, I run a small experiment correlating the M73 markers with actual prints (replaced them with G10 and M140 that propagated the values to standby fields in the json). Results look very good, both for linearity and absolute time values.

        My slicer has default setting, without any calibration for the max speed, acceleration and jerk of my printer.

        You can probably run tests much faster using simulator mode.

        8dc1b42b-0963-4e2a-b0d7-d4b0cb1c656d-image.png

        5d9ac3fb-8df1-431a-89e6-2d215f0f9439-image.png

        1 Reply Last reply Reply Quote 0
        • copystringundefined
          copystring
          last edited by

          Please add inverted M80/M81 for meanwell PSUs.
          I know. I'm inpatient. Is it a lot of work to implement this?

          dc42undefined 1 Reply Last reply Reply Quote 1
          • SpoonUnitundefined
            SpoonUnit
            last edited by

            Could the option be added to set the min limit for behaviours similar to that controlled my M190. A default of 41 seems fine, but ultimately arbitrary, and having the option to hand control of this value to the operator would be nice. M143 sets max limits, perhaps it could be overloaded to support specifying min limits also?

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

              @dc42 really looking forward to playing with G5 Bezier curves!

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

                @copystring said in RepRapFirmware 3.02 planned improvements:

                Please add inverted M80/M81 for meanwell PSUs.
                I know. I'm inpatient. Is it a lot of work to implement this?

                This is included in the planned work to make the PS_ON pin configurable.

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

                  @dc42

                  Support G5

                  Does this involve maybe also G15 / G16 ? (I don't know if any slicer know how to use them, I only used them when I wrote code manually on my old milling machine)

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

                    Maybe I'm just more confused than normal but I don't understand the versioning system.
                    Is 3.1.0, soon to be 3.1.1, not the latest stable release? If so, why is the next version going to be 3.02?

                    A Former User? dc42undefined 2 Replies Last reply Reply Quote 0
                    • A Former User?
                      A Former User @DaveA
                      last edited by A Former User

                      @DaveA understandable confusion; the current 3.1.0 was supposed to be 3.01 until about the day it was released, presumably what would be 3.02 will be 3.2.0.

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

                        @DaveA said in RepRapFirmware 3.02 planned improvements:

                        Maybe I'm just more confused than normal but I don't understand the versioning system.
                        Is 3.1.0, soon to be 3.1.1, not the latest stable release? If so, why is the next version going to be 3.02?

                        The next stable release, not counting patch releases such as 3.1.1, will now be called be 3.2.0. I have changed the title of this thread.

                        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
                        • garyd9undefined
                          garyd9
                          last edited by

                          I'm hoping requests for 3.2 will also be entertained: Extend M409 to allow multiple keys to be requested.

                          For example, assume something embedded that wants to determine how much time is probably left in a print (using the simulated time) would need to request job.file.simulatedTime as well as job.duration. Having to request the entire 'job' key to 3 levels deep can result in a large buffer. Having to make 2 M409 requests doubles the time needed to get the information.

                          On the other hand, if M409 supported multiple keys, the request and response could be simplified:

                          M409 K"job.duration","job.file.simulatedTime"

                          (For discussion, I've also started a new thread: https://forum.duet3d.com/topic/16450/m409-multiple-keys-at-once)

                          "I'm not saying that you are wrong - I'm just trying to fit it into my real world simulated experience."

                          1 Reply Last reply Reply Quote 0
                          • oliofundefined
                            oliof
                            last edited by

                            Regarding line item 48: According to Marlin docs, UBL does support loading an existing mesh and applying 3-point or grid based tilt adjustment.

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

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

                              Is the spreadsheet in the first post still being maintained?
                              Does the equivalent exist for 3.3?

                              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 RepRapFirmware 3.2 planned improvements:

                                Is the spreadsheet in the first post still being maintained?
                                Does the equivalent exist for 3.3?

                                Many of the items that were planned for 3.2 have been deferred to 3.3. You can see what's implemented in 3.2 in the RRF3 whatsnew file.

                                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

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

                                  @dc42 said in RepRapFirmware 3.2 planned improvements:

                                  Many of the items that were planned for 3.2 have been deferred to 3.3. You can see what's implemented in 3.2 in the RRF3 whatsnew file.

                                  why the continual push back ?

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

                                    It's hardly a continual push back. The 3.2 release includes nearly 40 improvements, not counting bug fixes.

                                    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

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

                                      @dc42 said in RepRapFirmware 3.2 planned improvements:

                                      It's hardly a continual push back. The 3.2 release includes nearly 40 improvements, not counting bug fixes.

                                      let me re-phrase then : why the push back ?

                                      Phaedruxundefined 1 Reply Last reply Reply Quote 0
                                      • Phaedruxundefined
                                        Phaedrux Moderator @A Former User
                                        last edited by

                                        @CaLviNx Market conditions?

                                        Z-Bot CoreXY Build | Thingiverse Profile

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

                                          @Phaedrux said in RepRapFirmware 3.2 planned improvements:

                                          @CaLviNx Market conditions?

                                          which means what exactly ?

                                          I think there is more than a few users waiting on functionality fixes (which in my opinion should have be a priority) which would allow the correct use of pre-purchased equipment to be used/maintained properly/easily

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

                                            In short, there is a global shortage of 2660 drivers used in the duet 2 (turns out they are used in ventilators) and the Maestro is discontinued, so work on the mini5+ was pulled forward.

                                            3.2 beta is in the works, so things are coming. We all appreciate the patience.

                                            Z-Bot CoreXY Build | Thingiverse Profile

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