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

RepRapFirmware 3.2-RC2 released

Scheduled Pinned Locked Moved
Beta Firmware
9
19
1.1k
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.
  • undefined
    chrishamm administrators
    last edited by 24 Dec 2020, 16:36

    We have just released software version 3.2-RC2 which brings several bug fixes and minor improvements since RC1. RRF for standalone mode is available here, SBC users can install it as usual from the unstable package feed via sudo apt-get update and sudo apt-get upgrade.

    Here the different upgrade notes and change overviews:

    • RRF https://github.com/Duet3D/RepRapFirmware/blob/v3-dev/WHATS_NEW_RRF3.md
    • DWC https://github.com/Duet3D/DuetWebControl/blob/v3.2-dev/WHATS_NEW.md
    • DSF https://github.com/Duet3D/DuetSoftwareFramework/blob/v3.2-dev/WHATS_NEW.md

    If you find any issues, please create a new thread with 3.2-RC2 in the title and describe your findings there. If everything goes well, we'll release this version as 3.2 stable.

    Duet software engineer

    undefined 1 Reply Last reply 3 Jan 2021, 23:39 Reply Quote 6
    • undefined
      bot
      last edited by 24 Dec 2020, 16:43

      Thank you for the continued development work! Happy Holidays to the entire Duet/Think3dPrint3d/Escher team!

      *not actually a robot

      1 Reply Last reply Reply Quote 2
      • undefined
        GTech
        last edited by 25 Dec 2020, 18:26

        This post is deleted!
        1 Reply Last reply Reply Quote 0
        • undefined
          Veti
          last edited by 29 Dec 2020, 10:22

          completed a 12 hour print on rc2. no problems.

          1 Reply Last reply Reply Quote 0
          • undefined
            mikep419
            last edited by mikep419 1 Feb 2021, 18:55 2 Jan 2021, 18:55

            Installed RC2 last night including updating the PanelDue firmware using M997 S4, which is nice. Tuned heaters this morning using new M303. Everything working as expected.

            Thanks for the hard work. Happy New Year.

            ? 1 Reply Last reply 3 Jan 2021, 12:53 Reply Quote 0
            • ?
              A Former User @mikep419
              last edited by 3 Jan 2021, 12:53

              @mikep419 said in RepRapFirmware 3.2-RC2 released:

              Installed RC2 last night including updating the PanelDue firmware using M997 S4, which is nice. Tuned heaters this morning using new M303. Everything working as expected.

              Thanks for the hard work. Happy New Year.

              Have you seen within M303 the new T-parameter? 🙂

              +1

              Thanks everybody!

              1 Reply Last reply Reply Quote 1
              • undefined
                Veti
                last edited by 3 Jan 2021, 17:56

                Just adjusting my printer

                For some reason i can not set Toff to 1

                M569 P3 F1
                Error: M569: Bad off time for driver 3

                M569 P3 F2
                This works

                according to the data sheet
                https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2209_Datasheet_V103.pdf

                toff 1 is a valid setting

                It does not work on the maestro with tmc2224 either.

                1 Reply Last reply Reply Quote 0
                • undefined
                  dc42 administrators
                  last edited by 3 Jan 2021, 18:01

                  It's because the datasheet says you must use toff=1 only with tbl >= 2. What have you set tbl to ?

                  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

                  undefined 1 Reply Last reply 3 Jan 2021, 19:55 Reply Quote 0
                  • undefined
                    Veti
                    last edited by Veti 1 Mar 2021, 18:09 3 Jan 2021, 18:06

                    it does not work with that either

                    M569 P3 D2 S1 F1 B2
                    Error: M569: Bad off time for driver 3

                    the datasheet says this

                    Hint
                    Highest motor velocities sometimes benefit from setting TOFFto 1 or 2 and a short TBLof 1 or 0

                    1 Reply Last reply Reply Quote 0
                    • undefined
                      Veti
                      last edited by 3 Jan 2021, 18:12

                      ok i have to set the tbl first and then i can set the toff

                      M569 P3 D2 S1 B2
                      M569 P3 D2 S1 F1

                      1 Reply Last reply Reply Quote 0
                      • undefined
                        dc42 administrators
                        last edited by 3 Jan 2021, 18:16

                        I can change the code to set tbl before toff, however if I do that then you would face the same issue if you try to set tbl=1 and toff>1 in the same command.

                        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

                        undefined 1 Reply Last reply 3 Jan 2021, 18:19 Reply Quote 0
                        • undefined
                          Veti @dc42
                          last edited by 3 Jan 2021, 18:19

                          @dc42
                          if you do the check on the values to be set it should work both ways

                          i.e if the commands set tbl or toff use those values for the check
                          if one or the other is not set use the current value.

                          1 Reply Last reply Reply Quote 0
                          • undefined
                            mitch
                            last edited by 3 Jan 2021, 18:24

                            @dc42 Any idea why the new 3.2 RC2 no longer recognizes this meta code?

                            if sensors.filamentMonitors[0].filamentPresent = false

                            Error: meta command: unknown value 'filamentPresent'

                            undefined 1 Reply Last reply 3 Jan 2021, 19:10 Reply Quote 0
                            • undefined
                              dc42 administrators @mitch
                              last edited by dc42 1 Mar 2021, 19:10 3 Jan 2021, 19:10

                              @mitch said in RepRapFirmware 3.2-RC2 released:

                              @dc42 Any idea why the new 3.2 RC2 no longer recognizes this meta code?

                              if sensors.filamentMonitors[0].filamentPresent = false

                              Error: meta command: unknown value 'filamentPresent'

                              Are you running with SBC or in standalone mode?

                              Is 'sensors.filamentMonitors[0]' non-null? Send M409 K"sensors.filamentMonitors[0]" to check.

                              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

                              undefined 1 Reply Last reply 3 Jan 2021, 19:56 Reply Quote 0
                              • undefined
                                Veti @dc42
                                last edited by 3 Jan 2021, 19:55

                                @dc42 said in RepRapFirmware 3.2-RC2 released:

                                It's because the datasheet says you must use toff=1 only with tbl >= 2. What have you set tbl to ?

                                can you please add that info to this page

                                https://duet3d.dozuki.com/Wiki/Reducing_Stand-Still_Noise

                                1 Reply Last reply Reply Quote 0
                                • undefined
                                  mitch @dc42
                                  last edited by 3 Jan 2021, 19:56

                                  @dc42 said in RepRapFirmware 3.2-RC2 released:

                                  M409 K"sensors.filamentMonitors[0]

                                  Running Duet2 Eth. No SBC.

                                  {"key":"sensors.filamentMonitors[0]","flags":"","result":{"calibrated":{"percentMax":107,"percentMin":95,"sensitivity":101,"totalDistance":562.7},"configured":{"calibrationFactor":0.418,"percentMax":110,"percentMin":90,"sampleDistance":3.0},"enabled":false,"status":"ok","type":"laser"}}
                                  
                                  1 Reply Last reply Reply Quote 0
                                  • undefined
                                    dc42 administrators
                                    last edited by dc42 1 Mar 2021, 20:21 3 Jan 2021, 20:20

                                    This change is documented in the release notes for 3.2beta3 at https://github.com/Duet3D/RepRapFirmware/blob/v3-dev/WHATS_NEW_RRF3.md. When RRF 3.2 stable is released, the change will be copied over to the release notes for that version.

                                    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

                                    undefined 1 Reply Last reply 3 Jan 2021, 20:28 Reply Quote 0
                                    • undefined
                                      mitch @dc42
                                      last edited by mitch 1 Mar 2021, 22:39 3 Jan 2021, 20:28

                                      @dc42

                                      Thanks, Sorry, I went from 3.1.1 straight to 3.2 RC2 and I missed that note back in beta 3.

                                      if sensors.filamentMonitors[0].status  =  "noFilament"
                                      
                                      1 Reply Last reply Reply Quote 1
                                      • undefined
                                        button @chrishamm
                                        last edited by 3 Jan 2021, 23:39

                                        Printing from yesterday:
                                        alt text
                                        alt text

                                        Workimg whitout any issues.
                                        Updated everything - reprapfirmware, dwc, paneldue.

                                        Great job guys! Like usually 😜

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