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

    Tool Fan selector in Duet Web Control

    Scheduled Pinned Locked Moved
    Duet Web Control
    6
    20
    1.9k
    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

      One for @chrishamm I think.

      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

      toddelundefined 1 Reply Last reply Reply Quote 0
      • toddelundefined
        toddel @dc42
        last edited by toddel

        @dc42 Hi...

        I have the same issue... "TOOL FAN" controls just X1 Part Cooling. Useless...

        Bildschirmfoto 2021-01-08 um 03.04.22.png

        Is there already a solution?

        ; Fans
        M950 F0 C"fan0" Q20000												; Define Fan0 for T0 Part Cooling
        M106 P0 S0 H-1 C"X1 Part Cooling"									; Set Fan0 to default off, manual control
        M950 F1 C"fan1"														; Define Fan1 for T0 Hotend cooling
        M106 P1 S1 H1 T45 C"Hotend1"											; Set Fan1 to Thermostatic control, max RPM at 45C
        M950 F2 C"duex.fan3" Q20000												; Define Fan0 for T0 Part Cooling
        M106 P2 S0 H-1 C"X2 Part Cooling"									; Set Fan0 to default off, manual control
        M950 F3 C"duex.fan4"														; Define Fan1 for T0 Hotend cooling
        M106 P3 S1 H1 T45 C"Hotend2"											; Set Fan1 to Thermostatic control, max RPM at 45C
        

        Board: Duet 2 WiFi (2WiFi)
        Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 3.2-beta2 (2020-10-05b2)
        Duet WiFi Server Version: 1.24beta2-05b1
        Duet Web Control 3.2.0-beta2

        Thanks in advance....

        Phaedruxundefined 1 Reply Last reply Reply Quote 0
        • Phaedruxundefined
          Phaedrux Moderator @toddel
          last edited by

          @toddel Can you post your tool definition section of the config as well?

          Also, 3.2 final is now available. https://github.com/Duet3D/RepRapFirmware/releases/tag/3.2

          Z-Bot CoreXY Build | Thingiverse Profile

          1 Reply Last reply Reply Quote 0
          • Nellorundefined
            Nellor
            last edited by Nellor

            I can confirm this. It becomes visible (TOOL FAN) at the Dashboard when you switch the heater to active.
            RepRapFirmware for Duet 3 MB6HC 3.2
            Duet Web Control 3.2.0

            2021-02-03 18_07_14-Window.jpg

            2021-02-03 18_08_50-Window.jpg

            ; Tools
            M563 P0 S"Extruder" D0 H1 F0:1               ; define tool 0
            G10 P0 X0 Y0 Z0                              ; set tool 0 axis offsets
            G10 P0 R0 S0                                 ; set initial tool 0 active and standby temperatures to 0C
            
            ; Fans
            M950 F0 C"out9" Q200                         ; create fan 0 (print cooling fan) on pin out9 and set its frequency
            M106 P0 C"Part Cooling" S0 H-1               ; set fan 0 custom name and value. Thermostatic control (H-1) is turned off
            
            M950 F1 C"out7" Q500                         ; create fan 1 (hot end fan) on pin out7 and set its frequency
            M106 P1 S1.0 H1 T45         		     ; set fan 1 name and value. Thermostatic control (H1) is turned on
            
            Phaedruxundefined 1 Reply Last reply Reply Quote 0
            • Phaedruxundefined
              Phaedrux Moderator @Nellor
              last edited by Phaedrux

              @Nellor What exactly are you confirming?

              The Tool Fan slider will control the fan of the currently selected tool. You only have one tool defined, so Tool fan will control the fan called "Part Cooling".

              M563 P0 S"Extruder" D0 H1 F0:1 ; define tool 0

              That should be F0 and not F0:1 since your fan1 is thermostatically controlled.

              Z-Bot CoreXY Build | Thingiverse Profile

              1 Reply Last reply Reply Quote 0
              • Nellorundefined
                Nellor
                last edited by Nellor

                M563 P0 S"Extruder" D0 H1 F0:1 ; define tool 0

                Ok, thanks for the hint this is indeed wrong.

                What I don't understand is why I have two sliders at the dashboard then?
                So typically TOOL FAN and F0 or the custom name for F0.
                I want only one to be visible in that case then TOOL FAN as there is only one tool.

                And this was also the question from the thread opener:

                They both do the same thing but I can't remove either of them and still have a working fan

                Phaedruxundefined 1 Reply Last reply Reply Quote 0
                • Phaedruxundefined
                  Phaedrux Moderator @Nellor
                  last edited by

                  @Nellor On the status page there is a button to "Change Visibility" of the fans there. See if hiding the tool fan there also hides it on the dashboard. If it doesn't that could be a feature request.

                  Z-Bot CoreXY Build | Thingiverse Profile

                  Nellorundefined 1 Reply Last reply Reply Quote 0
                  • Nellorundefined
                    Nellor @Phaedrux
                    last edited by

                    @Phaedrux
                    Doesn't work, already tried... it hides only at the status page...

                    1 Reply Last reply Reply Quote 0
                    • Nellorundefined
                      Nellor
                      last edited by

                      @Phaedrux said in Tool Fan selector in Duet Web Control:

                      If it doesn't that could be a feature request.

                      This is the thing what I wanted to confirm from the both guys before me 😉

                      Phaedruxundefined 1 Reply Last reply Reply Quote 0
                      • Phaedruxundefined
                        Phaedrux Moderator @Nellor
                        last edited by

                        @Nellor I've brought that forward as a request. Until then, best just ignore it? Just try to keep in mind that it makes a lot more sense when multiple tools (or even LEDs on a fan header) are involved.

                        Z-Bot CoreXY Build | Thingiverse Profile

                        Nellorundefined 1 Reply Last reply Reply Quote 0
                        • Nellorundefined
                          Nellor @Phaedrux
                          last edited by Nellor

                          @Phaedrux
                          Thank you!
                          Of course I understand the intention in that case and it makes sense....

                          1 Reply Last reply Reply Quote 0
                          • DK4YAundefined
                            DK4YA
                            last edited by

                            I'll try here. There is still no solution for the double controller with the same function?

                            Phaedruxundefined 1 Reply Last reply Reply Quote 0
                            • Phaedruxundefined
                              Phaedrux Moderator @DK4YA
                              last edited by

                              @DK4YA said in Tool Fan selector in Duet Web Control:

                              I'll try here. There is still no solution for the double controller with the same function?

                              The solution is to hide the slider if you don't want to see it duplicated.

                              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