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

possible error in firmware 3.2x

Scheduled Pinned Locked Moved Solved
PanelDue
6
21
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
    wummelfrosch
    last edited by wummelfrosch 22 Jan 2021, 22:43

    Hello, since I updated to the 3.2.7 shows my Paneldue 7i 0% on the component fan, even though the fan is running ! On the web interface it is displayed correctly ! The error can only be solved once I set the fan to a desired level on the panel due. from this point on, it then also takes over the correct fan setting at the next fan change in the pressure ! I have now fused on the panel due 3.2.9 and the error is still present ! What could that be? First of all, thank you for your ideas. best regards from Germany

    another funny thing is that since the RRF 3 the component fans continue to run when I pause the print and then break ! I always have to turn it off manually !

    Duet Web Control 3.2.0
    RRF 3.2
    config (1).g

    1.Modified Prusa Style Printer:Duet2 Eth, 24V MW 750W, E3D Chimera+ Dual Wakü, 2x Bondt QR 500mm Bowden, 2x FTS 2.0 Sensor, BLTouch , 15mm CTC Linear Rails Y-Axis, 2xKGT-12x4 Z-Axis,10mm Linear X-Axis, Laing DDC Pump,120mm Radiator 2.Bcn3d Sigma R19

    undefined undefined 2 Replies Last reply 23 Jan 2021, 00:09 Reply Quote 0
    • undefined
      garyd9 @wummelfrosch
      last edited by 23 Jan 2021, 00:09

      @wummelfrosch said in possible error in firmware 3.2x:

      another funny thing is that since the RRF 3 the component fans continue to run when I pause the print and then break ! I always have to turn it off manually !

      For the issue of the fans (and heaters) staying on after canceling, you can create a cancel.g file to turn things off. Just use "M106 S0" to turn off the fan. Here's an example that turns off the bed heater, current tool heater and current tool fan:

      M106 S0 ; turn off the current tool part fan
      M104 S0 ; turn off the current tool heater
      M140 S0 ; turn off the bed heater
      

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

      undefined 1 Reply Last reply 23 Jan 2021, 14:43 Reply Quote 1
      • undefined
        User3D @wummelfrosch
        last edited by User3D 23 Jan 2021, 08:12

        @wummelfrosch I too feel paneldue's new version has bugs. In my case, after running following code my view used to refresh itself. But now it kinda stucks. even though temperature is set and is rising but it is not reflected on screen.

        M104 S205 T0
        M109 S205 T0
        M140 S60
        M190 S60
        
        undefined 1 Reply Last reply 12 Feb 2021, 10:09 Reply Quote 0
        • undefined
          wummelfrosch @garyd9
          last edited by wummelfrosch 23 Jan 2021, 14:43

          @garyd9
          ok thank you ! such variant already came to my mind , I would have tried it over the pause.g :-), but I would have thought that such a thing should also go automatically in the RRF 3.2 🙂

          I will adapt it

          1.Modified Prusa Style Printer:Duet2 Eth, 24V MW 750W, E3D Chimera+ Dual Wakü, 2x Bondt QR 500mm Bowden, 2x FTS 2.0 Sensor, BLTouch , 15mm CTC Linear Rails Y-Axis, 2xKGT-12x4 Z-Axis,10mm Linear X-Axis, Laing DDC Pump,120mm Radiator 2.Bcn3d Sigma R19

          1 Reply Last reply Reply Quote 0
          • undefined
            wummelfrosch
            last edited by 8 Feb 2021, 17:50

            Hello, is there already a solution for the component fan problem ? Can I do something wrong? at felt one of 10 print it goes and at all other .. Not.
            I slice with s3D

            even if I manually set the fan on the Panel Due it often does not work !

            1.Modified Prusa Style Printer:Duet2 Eth, 24V MW 750W, E3D Chimera+ Dual Wakü, 2x Bondt QR 500mm Bowden, 2x FTS 2.0 Sensor, BLTouch , 15mm CTC Linear Rails Y-Axis, 2xKGT-12x4 Z-Axis,10mm Linear X-Axis, Laing DDC Pump,120mm Radiator 2.Bcn3d Sigma R19

            undefined 1 Reply Last reply 12 Feb 2021, 10:08 Reply Quote 0
            • undefined
              wilriker @wummelfrosch
              last edited by 12 Feb 2021, 10:08

              @wummelfrosch Sorry, I missed that thread before. In versions of PanelDueFirmware 3.2.6 there was a change that it will only show the fan speed of the first fan of the currently selected tool. In the just released 3.2.10 it will fall-back to fan 0 in case there is no tool selected. Can you please check if this solves your problem? If not, please post your config.g so I can try to reproduce it.

              Also have you assigned the fan to your tool with M563 Pnn Fnn where Pnn is your tool number and Fnn is the fan number (unless it's 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

              undefined undefined 2 Replies Last reply 12 Feb 2021, 21:30 Reply Quote 0
              • undefined
                wilriker @User3D
                last edited by 12 Feb 2021, 10:09

                @User3D said in possible error in firmware 3.2x:

                @wummelfrosch I too feel paneldue's new version has bugs. In my case, after running following code my view used to refresh itself. But now it kinda stucks. even though temperature is set and is rising but it is not reflected on screen.

                Which version of RRF are you using? This was a known issue in RRF 3.2-beta versions but has been fixed since.

                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

                undefined 1 Reply Last reply 15 Feb 2021, 04:49 Reply Quote 0
                • undefined
                  wummelfrosch @wilriker
                  last edited by wummelfrosch 2 Dec 2021, 21:52 12 Feb 2021, 21:30

                  @wilriker
                  Hello, thank you for the answer. I've tested it and it's not working. I used the latest RRF and until the update of the Panel Due Firmware it still went. I have to say that I use a Chimera Dual Wakü Hotend and always use both component fans, i.e. right and left at the same time. The firmware was created with the Config tool. In the Config.g, the fans are assigned to both tools ( (F 0:1) ! I need no Hotend fan because i use Wakü. That has always been the case and I haven't changed anything about it.

                  config (2).g

                  I will try the new Firmware bundle 3.2.2 🙂

                  1.Modified Prusa Style Printer:Duet2 Eth, 24V MW 750W, E3D Chimera+ Dual Wakü, 2x Bondt QR 500mm Bowden, 2x FTS 2.0 Sensor, BLTouch , 15mm CTC Linear Rails Y-Axis, 2xKGT-12x4 Z-Axis,10mm Linear X-Axis, Laing DDC Pump,120mm Radiator 2.Bcn3d Sigma R19

                  undefined 1 Reply Last reply 12 Feb 2021, 21:54 Reply Quote 0
                  • undefined
                    wilriker @wummelfrosch
                    last edited by 12 Feb 2021, 21:54

                    @wummelfrosch Thanks, I'll check your config next week - unless you report meanwhile that your issue magically disappeared. 😉

                    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

                    undefined 1 Reply Last reply 15 Feb 2021, 18:41 Reply Quote 0
                    • undefined
                      User3D @wilriker
                      last edited by 15 Feb 2021, 04:49

                      @wilriker using RRF version - 3.3beta

                      undefined 1 Reply Last reply 15 Feb 2021, 09:36 Reply Quote 0
                      • undefined
                        wilriker @User3D
                        last edited by 15 Feb 2021, 09:36

                        @User3D I put this on the list to investigate. But for clarification, this is (if at all) a problem with RepRapFirmware. PanelDueFirmware is only a passive consumer of status updates and if RepRapFirmware does not send them PanelDueFirmware cannot process them.

                        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
                        • undefined
                          wummelfrosch @wilriker
                          last edited by 15 Feb 2021, 18:41

                          @wilriker
                          Hello, nothing changes even after the update to rrf3.2.2. However, I have now noticed the following : if I print with tool 1 it goes ! only with tool2 it is not possible ! I think that could help a lot in the solution. maybe I can fix it with the slicer startcode ?

                          1.Modified Prusa Style Printer:Duet2 Eth, 24V MW 750W, E3D Chimera+ Dual Wakü, 2x Bondt QR 500mm Bowden, 2x FTS 2.0 Sensor, BLTouch , 15mm CTC Linear Rails Y-Axis, 2xKGT-12x4 Z-Axis,10mm Linear X-Axis, Laing DDC Pump,120mm Radiator 2.Bcn3d Sigma R19

                          undefined 1 Reply Last reply 16 Feb 2021, 14:47 Reply Quote 0
                          • undefined
                            wilriker @wummelfrosch
                            last edited by 16 Feb 2021, 14:47

                            @wummelfrosch I found the issue. The reason is that you have both fans assigned to both tools and when PD sees an update for fan 0 (it only looks at the first fan of each tool anyway) it will search for the tool that this fan is assigned to and will find tool 0 but since tool 0 is not the current tool it will discard this value.

                            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

                            undefined 1 Reply Last reply 16 Feb 2021, 14:58 Reply Quote 1
                            • undefined
                              wummelfrosch @wilriker
                              last edited by 16 Feb 2021, 14:58

                              @wilriker
                              oh super... Thank you very much. Just how can I solve you best? as written above I always need both fans, no matter which tool I'm using

                              1.Modified Prusa Style Printer:Duet2 Eth, 24V MW 750W, E3D Chimera+ Dual Wakü, 2x Bondt QR 500mm Bowden, 2x FTS 2.0 Sensor, BLTouch , 15mm CTC Linear Rails Y-Axis, 2xKGT-12x4 Z-Axis,10mm Linear X-Axis, Laing DDC Pump,120mm Radiator 2.Bcn3d Sigma R19

                              undefined 1 Reply Last reply 16 Feb 2021, 15:04 Reply Quote 0
                              • undefined
                                wilriker @wummelfrosch
                                last edited by 16 Feb 2021, 15:04

                                @wummelfrosch You cannot solve it, I have to fix it in the firmware (in fact I already did so but need to release it after testing).

                                For version 3.3 a revised fan handling is planned so you can control all fans of all tools in all situations. But no work in this direction has yet been implemented.

                                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

                                undefined 1 Reply Last reply 16 Feb 2021, 15:10 Reply Quote 0
                                • undefined
                                  wummelfrosch @wilriker
                                  last edited by wummelfrosch 16 Feb 2021, 15:10

                                  @wilriker said in possible error in firmware 3.2x:

                                  For version 3.3 a revised fan handling is planned so you can control all fans of all tools in all situations. But no work in this direction has yet been implemented.

                                  ok thank you. I wait for v 3.3 and would be happy if this change is implemented then 🙂

                                  1.Modified Prusa Style Printer:Duet2 Eth, 24V MW 750W, E3D Chimera+ Dual Wakü, 2x Bondt QR 500mm Bowden, 2x FTS 2.0 Sensor, BLTouch , 15mm CTC Linear Rails Y-Axis, 2xKGT-12x4 Z-Axis,10mm Linear X-Axis, Laing DDC Pump,120mm Radiator 2.Bcn3d Sigma R19

                                  undefined 1 Reply Last reply 16 Feb 2021, 15:11 Reply Quote 0
                                  • undefined
                                    wilriker @wummelfrosch
                                    last edited by 16 Feb 2021, 15:11

                                    @wummelfrosch I will do a 3.2.11 probably tomorrow before I start working on 3.3.0-beta1.

                                    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

                                    undefined 1 Reply Last reply 16 Feb 2021, 15:14 Reply Quote 2
                                    • undefined
                                      wummelfrosch @wilriker
                                      last edited by 16 Feb 2021, 15:14

                                      @wilriker

                                      Great ! I will test it and give you a feeedback again 🙂

                                      1.Modified Prusa Style Printer:Duet2 Eth, 24V MW 750W, E3D Chimera+ Dual Wakü, 2x Bondt QR 500mm Bowden, 2x FTS 2.0 Sensor, BLTouch , 15mm CTC Linear Rails Y-Axis, 2xKGT-12x4 Z-Axis,10mm Linear X-Axis, Laing DDC Pump,120mm Radiator 2.Bcn3d Sigma R19

                                      1 Reply Last reply Reply Quote 0
                                      • undefined
                                        wummelfrosch
                                        last edited by 26 Feb 2021, 19:25

                                        @wilriker
                                        at first... sorry for the delay of my reply, because there are a lot of work in business and at home 🙂

                                        I have testing the Firmware 3.2.11 and it seems to work fine for me 🙂

                                        Thank you

                                        1.Modified Prusa Style Printer:Duet2 Eth, 24V MW 750W, E3D Chimera+ Dual Wakü, 2x Bondt QR 500mm Bowden, 2x FTS 2.0 Sensor, BLTouch , 15mm CTC Linear Rails Y-Axis, 2xKGT-12x4 Z-Axis,10mm Linear X-Axis, Laing DDC Pump,120mm Radiator 2.Bcn3d Sigma R19

                                        1 Reply Last reply Reply Quote 0
                                        • undefined
                                          gnydick @wilriker
                                          last edited by 26 Feb 2021, 20:36

                                          @wilriker there is a "Tool Fan" slider I'm the DWC that controls all of the fans for a tool. Why doesn't the due show that instead?

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