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

    Software package 3.3-rc2 released

    Scheduled Pinned Locked Moved
    Beta Firmware
    8
    28
    2.0k
    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.
    • MartinNYHCundefined
      MartinNYHC
      last edited by

      Is that something to address?

      May 16 10:49:24 Cube DuetControlServer[197]: [warn] IPC#16: Client with outdated protocol version connected (got 7, want 11)
      
      dc42undefined 1 Reply Last reply Reply Quote 0
      • dc42undefined
        dc42 administrators @SIam
        last edited by

        @siam said in Software package 3.3-rc2 released:

        M955 P0 C"spi.cs3+spi.cs4" S4800 Q10000000 R12 I20

        You are right, the code doesn't allow Q10000000 but does allow Q9999999. I will fix this in 3.3 stable.

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

          @martinnyhc said in Software package 3.3-rc2 released:

          Is that something to address?

          May 16 10:49:24 Cube DuetControlServer[197]: [warn] IPC#16: Client with outdated protocol version connected (got 7, want 11)
          

          We need to update the Go and Python client APIs that can be used on the Pi. Are you using one of those?

          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

          MartinNYHCundefined 1 Reply Last reply Reply Quote 0
          • MartinNYHCundefined
            MartinNYHC @dc42
            last edited by

            @dc42 Yes, the Python API.

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

              @educatingsavvas said in Software package 3.3-rc2 released:

              @dc42 said in Software package 3.3-rc2 released:

              be working well and we hope to release 3.3 stable next week. So you have only a few days left to report issues in firmware 3.3RC2 that were not present in the last stable release (3.2.2).

              Hiya - I've updated to RRF 3.3RC2 and having trouble turning the router spindle on/off. I've amended the following in my config.g file.

              M453						; Set to CNC mode
              M950 R0 C"e1heat+e0heat" L0:24000 Q300		; Select Spindle On/Off,RPM & Direction
              M563 P1 S"Spindle" R0				; Define Tool
              

              If I try to turn the spindle on with RPM speed of 5000, using an M3 S5000 I get this error:

              Warning: M3: No spindle selected via P and no active tool with spindle

              If I send M3 S5000 P1 I get the following error:

              Error: M3: internal error at file../src/GCodes/GCodeBuffer/StringParser.cpp(1362)

              I confirm this is a bug. Please try the new binary at https://www.dropbox.com/sh/zbqzr0g7h4x0jqt/AADYby53148rqmRx9UdCPrBxa?dl=0 and let us know whether it behaves as you expect.

              EDIT: I have just updated those binaries to fix M4 as well.

              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

              EducatingSavvasundefined 1 Reply Last reply Reply Quote 1
              • EducatingSavvasundefined
                EducatingSavvas @dc42
                last edited by

                @dc42 said in Software package 3.3-rc2 released:

                EDIT: I have just updated those binaries to fix M4 as well.

                That seems to work now - although I'm not aware of any CNC platforms using g-code in that way. Normally the tool is specified with T followed by the number in the software's tool database. I am planning to have three tools on my CNC machine - one router spindle, a diode laser and a tangential knife. Are there any particular advantages for the change?

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

                  I noticed a strange behavior after I updated from 3.2.2 to 3.3RC2.

                  I have a filament presence switch that I use for triggering filament load macro.
                  After I updated to 3.3RC2 it seems to be a lot of false triggers.
                  Powering up printed, it does nothing for about 3 minutes and suddenly starts triggering and display messages:
                  Error: Attempting to extrude with no tool selected.

                  I do not need to start print or do anything. Just power on printer and wait.

                  Duet3 standalone setup.

                  My config files:
                  trigger3.g
                  config.g
                  fs_enable.g
                  fs_disable.g
                  fs_config.g

                  dc42undefined 2 Replies Last reply Reply Quote 0
                  • oozeBotundefined
                    oozeBot
                    last edited by

                    We need to report a significant issue in 3.3-rc2 when using a 6HC with attached SBC.

                    When canceling a print, "stop.g" is called, not "cancel.g" like in previous versions of the firmware. This was validated by putting M291 P"Stop" at the top of stop.g and M291 P"Cancel" at the top of cancel.g.

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

                      @boa said in Software package 3.3-rc2 released:

                      I noticed a strange behavior after I updated from 3.2.2 to 3.3RC2.

                      I have a filament presence switch that I use for triggering filament load macro.
                      After I updated to 3.3RC2 it seems to be a lot of false triggers.
                      Powering up printed, it does nothing for about 3 minutes and suddenly starts triggering and display messages:
                      Error: Attempting to extrude with no tool selected.

                      I do not need to start print or do anything. Just power on printer and wait.

                      Duet3 standalone setup.

                      My config files:
                      trigger3.g
                      config.g
                      fs_enable.g
                      fs_disable.g
                      fs_config.g

                      I doubt that this has anything to do with firmware changes. I think your filament out switch is getting triggered, or picking up interference, or has a bad connection. You enable it in config.g but your trigger3.g file doesn't check whether there is a current tool, or that a file is being printed and has not been paused.

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

                        @oozebot said in Software package 3.3-rc2 released:

                        We need to report a significant issue in 3.3-rc2 when using a 6HC with attached SBC.

                        When canceling a print, "stop.g" is called, not "cancel.g" like in previous versions of the firmware. This was validated by putting M291 P"Stop" at the top of stop.g and M291 P"Cancel" at the top of cancel.g.

                        Thanks, I've asked @chrishamm to take a look.

                        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
                        • BoAundefined
                          BoA @dc42
                          last edited by

                          @dc42 I would think that is the case if such behavior was also on 3.2.2, but with 3.2.2 it works just fine without false triggers.

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

                            @boa said in Software package 3.3-rc2 released:

                            @dc42 I would think that is the case if such behavior was also on 3.2.2, but with 3.2.2 it works just fine without false triggers.

                            Have you tried switching between 3.2.2 and 3.3RC2 more than once? It wouldn't be the first time that the first appearance of a problem caused by a bad connection happened to coincide with a firmware update.

                            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 BoA

                              @dc42 Yes. Reverting to 3.2.2 fixes that strange behavior. I tried 3 times. I did not try intermediate versions to identify which one introduces that.

                              Edit: This behavior is in 3.3beta1

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

                                @oozebot said in Software package 3.3-rc2 released:

                                We need to report a significant issue in 3.3-rc2 when using a 6HC with attached SBC.

                                When canceling a print, "stop.g" is called, not "cancel.g" like in previous versions of the firmware. This was validated by putting M291 P"Stop" at the top of stop.g and M291 P"Cancel" at the top of cancel.g.

                                Thanks for your report, I've got a fix ready for this.

                                Duet software engineer

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

                                  @boa I am trying to reproduce your issue. So far the trigger hasn't gone off; but I have nothing connected to IO8_IN. What type of filament switch is it? Is is closed when filament is present, and open when it is not; or the other way round? Do you have filament in in when this issue occurs?

                                  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

                                  dc42undefined Serbitarundefined 3 Replies Last reply Reply Quote 0
                                  • dc42undefined
                                    dc42 administrators @dc42
                                    last edited by

                                    For those testing with 3.3RC3 the latest firmware binaries are at https://www.dropbox.com/sh/duc057ejldxhl48/AADiuF-oiz9EmkFX6HCeodxTa?dl=0. The change list since the 3.3RC2 release is https://github.com/Duet3D/RepRapFirmware/wiki/Changelog-RRF-3.x-Beta-&-RC#reprapfirmware-33-post-rc2.

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

                                      @dc42 said in Software package 3.3-rc2 released:

                                      @boa I am trying to reproduce your issue. So far the trigger hasn't gone off; but I have nothing connected to IO8_IN. What type of filament switch is it? Is is closed when filament is present, and open when it is not; or the other way round? Do you have filament in in when this issue occurs?

                                      My test system has been sitting for almost 9 hours, and still no false triggers.

                                      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
                                      • Serbitarundefined
                                        Serbitar @dc42
                                        last edited by

                                        @dc42 will these soon be pushed to the apt repos?

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

                                          @dc42 This is just a transoptor (Prusa MK3S filament sensor). I just disabled it for now. Not essential feature as I am using magnetic filament monitors. It was used only for loading filament. I have filament loaded when I can see false triggers - no light is going through sensor, so output is in low state.

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

                                            @boa said in Software package 3.3-rc2 released:

                                            @dc42 This is just a transoptor (Prusa MK3S filament sensor). I just disabled it for now. Not essential feature as I am using magnetic filament monitors. It was used only for loading filament. I have filament loaded when I can see false triggers - no light is going through sensor, so output is in low state.

                                            Thanks. I'll re-run my test with io8.in connected to ground.

                                            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
                                            • First post
                                              Last post
                                            Unless otherwise noted, all forum content is licensed under CC-BY-SA