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

    Using fans to cool down build plate

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    2
    3
    587
    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.
    • nikkerundefined
      nikker
      last edited by

      I have 2 70mm 24 volt fans that are laying around and figure i would try to use them to cool down the build plate, any time i want to lower the temperature or turn it off it retains the heat for a very long time. Is there a way I can set them to turn on when i request a lower temp to help the temperature drop quicker and shut off when the temperature is reached? ? I know when a print is finished I can set it to kick on the fans. Also can 2 24 volt fans be wired together to only use one plug on duet wifi?

      1 Reply Last reply Reply Quote 0
      • kazolarundefined
        kazolar
        last edited by

        2 24v fans can be wired together – just wire them in parallel. You can configure fans to be dependent on a temperature -- which is how hotend fans are configured, so I assume you want to activate this behavior when the print finishes. So you'd do the following in your end gcode

        M106 P# T30:60 H0

        so that would turn the fan(s) on if the bed is between 30 and 60c --
        at the start of the print would do the following

        M106 P# T90:120 H0

        this will make sure this fan doesn't cool your bed during the print.
        adjust the temperatures accordingly

        1 Reply Last reply Reply Quote 0
        • nikkerundefined
          nikker
          last edited by

          Thanks! I was hoping some G or M codes would exists. Got love the duet firmware

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