Navigation

    Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order

    Fan not controllable - config error?

    Duet Hardware and wiring
    2
    5
    25
    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.
    • bastibasti
      bastibasti last edited by

      Hi all,

      I have converted a Wanhao Duplicator i3 with a Duet 2 Wifi board.
      Basically at the moment I have one issue.
      The printer has 2 Fans, one to cool the hotend, the other one for cooling the filament, of course.
      fan_config.png

      2021-03-29 09_58_47-(3.0%) Wanhao Duplicator i3 — Mozilla Firefox.png

      • I can see both fans in the jobs and dashboard sections.

      • The 60°C turn on value also works as expected.

      • However, when changing the cold end fan manually, for example, because I think the radial fan has no need to run at 100%, there is no reaction. (Fan control of the extruder fan works fine however, but this is set by the slicer)

      • You can see the screenshot, however one fan is running at 100% in reality, instead of 20%

      Am I maybe making a common mistake?

      Thanks in advance and

      Greetings from Germany

      Sebastian

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

        @bastibasti
        The tool fan is the part cooling fan of the active tool not the hotend cooling fan.
        E.g, if T1 was selected, the tool fan would control fan 2 and so on.
        So ultimately with your setup, the tool fan and fan0 are the same fan.
        Thermostatic fan's can't be controlled manually through DWC.
        You can hide the tool fan using the change visability option

        Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32F4 port of RRF

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

          @jay_s_uk said in Fan not controllable - config error?:

          n of the active tool not the hotend c

          Ok . Sorry for using the wrong words for the fans. I'm a noob 😉

          The part cooling fan is connected to the Fan0
          The hotend cooling fan is connected to Fan1

          If I want to control the fan1 with PWM, I have to deactivate the thermostatic control and add the fan setting to the slicers gcode instead?

          M950 F1 C"fan1" Q25000                           ; create fan 1 on pin fan1 and set its frequency   
          M106 P1 S1 H1 T60     
          

          changed to

          M950 F1 C"fan1" Q25000                           ; create fan 1 on pin fan1 and set its frequency   
          M106 P1 S1 H-1      
          

          20210329_104324.jpg

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

            @bastibasti adjust the S value in M106 to a lower value that works for you

            Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32F4 port of RRF

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

              @jay_s_uk

              Thank you! That was an easy one

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