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

    DWC Fan slider moves both fans....

    Scheduled Pinned Locked Moved
    General Discussion
    2
    2
    118
    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.
    • thetazzbotundefined
      thetazzbot
      last edited by

      Not sure how I can mess this up.. the slider moves both fan sliders, move either one and the other one follows...

      ; Fans
      M950 F0 C"out3" Q500                           ; create fan 0 on pin fan0 and set its frequency
      ;M106 P0 S0 H-1                                 ; set fan 0 value. Thermostatic control is turned off
      M106 P0 C"Part Fan" S0 I0 H-1               ; set fan 0 name, value, PWM signal inversion and frequency. Thermostatic control is turned off
      
      M950 F1 C"out4" Q500                           ; create fan 1 on pin fan1 and set its frequency
      ;M106 P1 S1 H1 T45                              ; set fan 1 value. Thermostatic control is turned on
      M106 P1 C"Tool Fan" S0.65 I0 H1 T50            ; set fan 1 name, value, PWM signal inversion and frequency. Thermostatic control is turned on
      
      
      ; Tools
      M563 P0 S".5mm nozzle" D0 H1 F0               ; define tool 0
      
      
      1 Reply Last reply Reply Quote 0
      • Phaedruxundefined
        Phaedrux Moderator
        last edited by

        I think the confusion comes from you naming the heatsink fan "Tool Fan".
        In DWC there is a universal slider called "Tool Fan" that is used to control the part cooling fan of whatever tool is currently selected. This is useful in multitool printers.

        So the "Tool Fan" slider in DWC actually controls your "Part Fan" as does the "Part Fan" slider.

        Make sense?

        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