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

    Water cooling, fan, water and hotend temperature FFR 3.0

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    2
    3
    161
    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.
    • piperswundefined
      pipersw
      last edited by pipersw

      I have wired the pump, radiator fan and flow meter to the fan 1 connector, and I want to control them thermostatically.
      The hotend is water cooled, the 24V psu is controled by PS_ON pin on Duet, with 24V to 12V DCDC converter for water cooling.
      water cooling voltage.JPG

      The best is to powered the pump all the time with 12V and only the fan thermostatically, or I could control pump + fan thermostatically?

      Here under it's possible to control pump + fan with different temperature for water and hotend ?
      Does it take sense ? and does it works ?

      ; Thermal Sensors
      M308 S1 P"e0temp" Y"thermistor" T100000 B4725 C7.060000e-8 R4700  ; configure sensor 1 as thermistor on pin e0temp
      M308 S3 P"e1temp" Y"thermistor" T10000 B3950 R4700 A"Water"       ; configure sensor 3 as thermistor on pin e1temp for temp water
      
      ; Fans
      M950 F1 C"fan1+^exp.pb6" Q500     ; create fan 1 on pin fan1 and set its frequency
      M106 P1 H1 T45                  ; Set fan 1/pump value, turned on if hotend reaches 45C
      M106 P1 H3 T30                  ; Set fan 1/pump value, turned on if water reaches 30C
      
      1 Reply Last reply Reply Quote 0
      • dc42undefined
        dc42 administrators
        last edited by dc42

        The second M106 P1 will override the first. I suggest you control the fan and pump from separate outputs and configure them as two different fans.

        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

        1 Reply Last reply Reply Quote 0
        • piperswundefined
          pipersw
          last edited by

          All the fans connectors are used already.
          So I have to

          • put pump + flowmeter + fan on fan 1 connector ?
          • or just the fan on fan 1 connector, and the pump + flowmeter on 12V (thought DCDC 24V controled by PS_ON) ?
          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Unless otherwise noted, all forum content is licensed under CC-BY-SA