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

    RepRapFirmware 3.2beta4.1 now available

    Scheduled Pinned Locked Moved
    Beta Firmware
    16
    34
    1.8k
    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.
    • dc42undefined
      dc42 administrators
      last edited by dc42

      Thanks for that. The code to print the queued GCodes assumed that the commands were null-terminated, but they are not. Fixed in next beta/RC.

      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

      BoAundefined 1 Reply Last reply Reply Quote 0
      • BoAundefined
        BoA @dc42
        last edited by

        @dc42 What about move number? They are not consecutive numbers. Is that OK? Was something executed Out-Of-Order ?

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

          @BoA said in RepRapFirmware 3.2beta4.1 now available:

          @dc42 What about move number? They are not consecutive numbers. Is that OK? Was something executed Out-Of-Order ?

          No. A "queued GCode" is one that needs to be delayed until a command that has been put in the movement queue is executed. Only a few command types are queued, for example heat, fan and GPIO commands. Most of the time there will be no commands in that queue. The movement command queue is separate.

          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 1
          • jay_s_ukundefined
            jay_s_uk
            last edited by

            @dc42 anything else I can do with this?

            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.2beta4.1 now available:

              @dc42 anything else I can do with this?

              With what?

              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
              • jay_s_ukundefined
                jay_s_uk
                last edited by

                @dc42 sorry, wrong topic

                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
                • delta1undefined
                  delta1
                  last edited by

                  Using Duet Wifi. Upgraded to 3.2-beta4.1. Bed heater disappeared.

                  Config heater info.
                  ; >>>>>>>>>>>>>>>>>> Heaters
                  ;Extruder
                  M143 S300 ; Set maximum heater temperature to 300C
                  M950 H1 C"e0_heat" T1 ;Extruder heater
                  M308 S1 P"spi.cs1" Y"rtd-max31865" R395 F50
                  ;Bed
                  M308 S0 P"bedtemp" Y"thermistor" A"Bed temp" T100000 B4725 C0 R2200 ;Set thermistor + ADC parameters for heater 0
                  M950 H0 C"bedheat" T0
                  M143 H0 S110 ;Bed heat max 110 deg C
                  M307 H1 A385.0 C163.1 D3.3 V23.9 B0; PID ran on 01/12/2020 Heater 1 model: gain 385.0, time constant 163.1, dead time 3.3, max PWM 1.00, calibration voltage 23.9

                  Did the port change?

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

                    I guess you upgraded from firmware 3.1. You now need to declare the bed heater explicitly using:

                    M140 H0

                    after creating heater 0 with M950.

                    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
                    • GTechundefined
                      GTech
                      last edited by

                      Yesterday I tried to update to 3.2 Beta 4.1.
                      After the update DCS lost all communiucation to the board.
                      I flashed the board a 2nd time via USB to ensure that firmware was installed properly, which did not change anything.

                      In the end I was forced to roll back to the last stable release by flashing the firmware via USB.

                      root@GPDMk1:/opt/dsf# /opt/dsf/bin/DuetControlServer -l debug
                      Duet Control Server v3.2.0-beta4
                      Written by Christian Hammacher for Duet3D
                      Licensed under the terms of the GNU Public License Version 3
                      
                      [info] Settings loaded
                      [info] Environment initialized
                      [fatal] Could not connect to Duet (Timeout while waiting for transfer ready pin)
                      [debug] System.OperationCanceledException: Timeout while waiting for transfer ready pin
                         at DuetControlServer.SPI.DataTransfer.WaitForTransfer() in /home/christian/Duet3D/DuetSoftwareFramework/src/DuetControlServer/SPI/DataTransfer.cs:line 1081
                         at DuetControlServer.SPI.DataTransfer.ExchangeHeader() in /home/christian/Duet3D/DuetSoftwareFramework/src/DuetControlServer/SPI/DataTransfer.cs:line 1122
                         at DuetControlServer.SPI.DataTransfer.PerformFullTransfer(Boolean connecting) in /home/christian/Duet3D/DuetSoftwareFramework/src/DuetControlServer/SPI/DataTransfer.cs:line 164
                         at DuetControlServer.SPI.DataTransfer.Init() in /home/christian/Duet3D/DuetSoftwareFramework/src/DuetControlServer/SPI/DataTransfer.cs:line 104
                         at DuetControlServer.Program.Main(String[] args) in /home/christian/Duet3D/DuetSoftwareFramework/src/DuetControlServer/Program.cs:line 113
                      root@GPDMk1:/opt/dsf#
                      

                      My setup: Pi4, 4GB + Duet 3 6HC + Panel Duei7

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

                        The most likely explanation is that you didn't manage to install the correct version of RRF. After flashing via USB and rebooting, if DCS won't connect then you can send M115 from USB to check the RRF version number, and M122 to get a diagnostic report.

                        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
                        • Phaedruxundefined
                          Phaedrux Moderator @GTech
                          last edited by

                          @GTech It might also be worth getting a fresh Duet Pi image and redoing the Pi SD card and updating it from there, especially if you're using the same Duet Pi build that came on the card originally.

                          Z-Bot CoreXY Build | Thingiverse Profile

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