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

    Tool fan slider doesn't control all the fans

    Scheduled Pinned Locked Moved
    Duet Web Control
    2
    10
    391
    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.
    • sniper23undefined
      sniper23
      last edited by

      Hey, everyone. I have a Duet Wifi 2 with 2.05. I have an issue with the tool Fan slider. I have two cooling fans, but the tool fan slider only controls the left fan. So the right fan doesn't spin up with the tool fan slider being 100 (the fans are working alright)

      Here is my fan config:

      ; Fans
      M106 P0 C"Right Fan" S1 I0 F500 H-1 ; set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
      M106 P2 C"Left Fan" S1 I0 F500 H-1 ; set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned off
      ; Tools
      M563 P0 S"Extruder" D0 H1 ; 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 0Cscreencapture-192-168-1-4-2021-10-20-15_22_57.png

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

        @sniper23 map both fans to the tool using P0:2 rather than just P0 in M563

        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

        sniper23undefined 1 Reply Last reply Reply Quote 0
        • sniper23undefined
          sniper23 @jay_s_uk
          last edited by

          @jay_s_uk said in Tool fan slider doesn't control all the fans:

          P0:2

          I tried it as M563 P0:2 S"Extruder" D0 H1 F0 but that didn't work

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

            @sniper23 sorry, i got it wrong
            M563 P0 S"Extruder" D0 H1 F0:2

            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

            sniper23undefined 1 Reply Last reply Reply Quote 0
            • sniper23undefined
              sniper23 @jay_s_uk
              last edited by

              @jay_s_uk

              Thanks for your help but also didn't work.

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

                @sniper23 i should also say your version of DWC is really old.
                Please update it to the version that matches your firmware (which going on the syntax is at least 3.0.0)

                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

                sniper23undefined 1 Reply Last reply Reply Quote 0
                • sniper23undefined
                  sniper23 @jay_s_uk
                  last edited by

                  @jay_s_uk My web interface version is 1.22.6.

                  Does the new interface fix the issue?

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

                    @sniper23 well i'm not sure but support 1.22.6 was dropped (I can't remember which release) so even if it doesn't, you're best off updating.
                    What firmware are you running?
                    You can check in M115

                    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

                    sniper23undefined 1 Reply Last reply Reply Quote 0
                    • sniper23undefined
                      sniper23 @jay_s_uk
                      last edited by

                      @jay_s_uk I'm using 2.05. 3xx versions cause issues with my device so I don't use them. I don't have much time for big problems.

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

                        @sniper23 fair enough. as you are then

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