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

    PanelDueFirmware 3.2-RC1 released

    Scheduled Pinned Locked Moved
    PanelDue
    14
    48
    2.6k
    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.
    • BoAundefined
      BoA
      last edited by BoA

      Duet3 standalone, 3.2beta1 + PanelDue 3.2-RC1

      When I setup a tool0 (first extruder) temperature, it sets heatbed instead 🙂
      Also switching chamber active/stby resets temp settings for it.
      Chamber button is not switching colors for active/stby like others do, and does not deactivate chamber heater at all.
      Extruder buttons are yellow when switching tool from stby to off
      Heatbed button does not change colors at all.

      That is what I notice djust now.

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

        @BoA, please post your config.g file so that @wilriker can try to reproduce your configuration.

        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
          last edited by BoA

          config.g

          In dynamics_normal.g there is just this:

          M913 X100 Y100 Z100 E100 ; set XY motors current to 100%
          M566 X900.00 Y900.00 Z18.00 ; set maximum instantaneous speed changes (mm/min)
          M203 X18000.00 Y18000.00 Z1200.00 ; set maximum speeds (mm/min)
          M201 X1500.00 Y1500.00 Z100.00 ; set accelerations (mm/s^2)
          M593 F36.5

          And before someone asks - uart speed has nothing to do. It behaves exactly the same at 57600 and 115200

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

            Those of you with older version 1 and version 2 PanelDues, please note that we do not expect this release to work on old PanelDue boards that use the ATSAM3S2B chip, due to lack of RAM. However, we do expect it to work on later version 2 PanelDues using the ATSAM3S4B chip. If you have a PanelDue using the ATSAM3S2B chip, we suggest you replace the board by a version 3 PanelDue board, which can drive your existing LCD.

            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
            • wilrikerundefined
              wilriker @BoA
              last edited by

              @BoA said in PanelDueFirmware 3.2-RC1 released:

              Duet3 standalone, 3.2beta1 + PanelDue 3.2-RC1

              When I setup a tool0 (first extruder) temperature, it sets heatbed instead 🙂
              Also switching chamber active/stby resets temp settings for it.
              Chamber button is not switching colors for active/stby like others do, and does not deactivate chamber heater at all.
              Extruder buttons are yellow when switching tool from stby to off
              Heatbed button does not change colors at all.

              That is what I notice djust now.

              Thanks for reporting. I will look into this now.

              @BoA said in PanelDueFirmware 3.2-RC1 released:

              config.g

              Thanks for providing this information as well. 👍

              Manuel
              Duet 3 6HC (v0.6) with RPi 4B on a custom Cartesian
              with probably always latest firmware/DWC (incl. betas or self-compiled)
              My Tool Collection

              1 Reply Last reply Reply Quote 0
              • wilrikerundefined
                wilriker @BoA
                last edited by

                @BoA said in PanelDueFirmware 3.2-RC1 released:

                When I setup a tool0 (first extruder) temperature, it sets heatbed instead 🙂
                Also switching chamber active/stby resets temp settings for it.
                Chamber button is not switching colors for active/stby like others do, and does not deactivate chamber heater at all.

                These have all been fixed

                Extruder buttons are yellow when switching tool from stby to off

                There is a misconception. A tool will never go to the "off" state after being activated for the first time. It will only toggle between active and standby. Only the tool's heaters can go back to off.

                Heatbed button does not change colors at all.

                Fixed as well.

                If you tell me which version of PanelDue you have I can provide you a build to test before doing another release.

                Manuel
                Duet 3 6HC (v0.6) with RPi 4B on a custom Cartesian
                with probably always latest firmware/DWC (incl. betas or self-compiled)
                My Tool Collection

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

                  @wilriker Tools can go off from DWC, and button on panel is still yellow then.

                  I use PanelDue 7i

                  wilrikerundefined 1 Reply Last reply Reply Quote 0
                  • wilrikerundefined
                    wilriker @BoA
                    last edited by wilriker

                    @BoA Believe me, the tool itself is not off. You can check yourself by issuing

                    M409 K"tools[0].state"
                    

                    will report standby.
                    At the same time

                    M409 K"heat.heaters[1].state"
                    

                    might report off

                    You can find the new build at https://www.dropbox.com/sh/zbj590lu8udha8d/AADTx7RdBuGIhri8Xk18jNvua?dl=0

                    Manuel
                    Duet 3 6HC (v0.6) with RPi 4B on a custom Cartesian
                    with probably always latest firmware/DWC (incl. betas or self-compiled)
                    My Tool Collection

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

                      @wilriker 6a8c3b20-c2c4-456c-a38b-38dd5d6600a1-obraz.png

                      Looks like "off" to me 🙂

                      wilrikerundefined 1 Reply Last reply Reply Quote 0
                      • wilrikerundefined
                        wilriker @BoA
                        last edited by

                        @BoA Is that before or after the tool has been active at least once?

                        Manuel
                        Duet 3 6HC (v0.6) with RPi 4B on a custom Cartesian
                        with probably always latest firmware/DWC (incl. betas or self-compiled)
                        My Tool Collection

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

                          @wilriker After. I can cycle through all 3 state from DWC. From panel only active<->stby, but from DWC all 3.
                          Just testem with new FW and it works for heatbed. Buttons go gray when heatbed put to off state.

                          wilrikerundefined 1 Reply Last reply Reply Quote 0
                          • wilrikerundefined
                            wilriker @BoA
                            last edited by

                            @BoA Starting to feel a bit stupid here but how do you get the tool to go back into the off state via DWC?

                            Also for bed and chamber heaters that's something different because these are heaters. Tools have a state separate from their heater's state.

                            Manuel
                            Duet 3 6HC (v0.6) with RPi 4B on a custom Cartesian
                            with probably always latest firmware/DWC (incl. betas or self-compiled)
                            My Tool Collection

                            BoAundefined 3 Replies Last reply Reply Quote 0
                            • BoAundefined
                              BoA @wilriker
                              last edited by BoA

                              @wilriker OK. Nevermind. All You wrote is true. Tool does no goes back to off. only heater does.

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

                                @wilriker when the tool is in standby, click it again and it goes to off

                                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

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

                                  @jay_s_uk On heater - heater will go to off, but clicking on tool switches between stby and active

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

                                    @wilriker This is perhaps small issue with RRF not paneldue, but putting M116 P0 in tpost0.g seems to block refreshing tool status (and temperature refreshing) until temperature is reached.

                                    wilrikerundefined dc42undefined 2 Replies Last reply Reply Quote 0
                                    • jay_s_ukundefined
                                      jay_s_uk @BoA
                                      last edited by

                                      @BoA oh yea, i forget you can click both. ignore my previous comment

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

                                        @wilriker And one small thing - When setting screensaver timeout I can not "unclick" the button to close selection like with i.e. Info Timeout

                                        1 Reply Last reply Reply Quote 0
                                        • wilrikerundefined
                                          wilriker @BoA
                                          last edited by wilriker

                                          @BoA said in PanelDueFirmware 3.2-RC1 released:

                                          @wilriker This is perhaps small issue with RRF not paneldue, but putting M116 P0 in tpost0.g seems to block refreshing tool status (and temperature refreshing) until temperature is reached.

                                          I tried but I cannot reproduce this. Will have to look some more into that.

                                          @BoA said in PanelDueFirmware 3.2-RC1 released:

                                          @wilriker And one small thing - When setting screensaver timeout I can not "unclick" the button to close selection like with i.e. Info Timeout

                                          That's basically for all of the selection. Click on "Setup" on the bottom right to close it.
                                          EDIT: I put it on the list for the next release to auto-close it.

                                          Manuel
                                          Duet 3 6HC (v0.6) with RPi 4B on a custom Cartesian
                                          with probably always latest firmware/DWC (incl. betas or self-compiled)
                                          My Tool Collection

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

                                            @wilriker My scenario details:

                                            • tool is off/stby
                                            • set active temperature like 200*C
                                            • put tool to active to start heating

                                            Then refreshing stops until temp is reached.

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