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

    Case cooling temperature–controlled fan win!

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    1
    1
    173
    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.
    • whopping pochardundefined
      whopping pochard
      last edited by

      No question, just found the experience of tweaking my board cooling into perfection to be really gratifying and wanted to share to add some positivity to the forum search results. 🙂

      I designed my Duet WiFi case to have a 40mm exhaust fan, and air inlet holes directly under the drivers. Originally I had the fan plugged into one of the "always on" headers, but it was pretty loud. Well, turns out I had a spare PWM fan channel on 2!

      I more or less followed the instructions under "Mounting and Cooling", and added the following lines:

      M308 S2 Y"drivers" A"DRIVERS"  ; configure sensor 2 as temperature warning and overheat flags on the TMC2660 on Duet
      M308 S3 Y"mcu-temp" A"MCU" ; configure sensor 3 as thermistor on pin e1temp for left stepper
      M950 F2 C"fan2" Q100 ; create fan 2 on pin fan2 and set its frequency                        
      M106 P2 H2:3 X255 B0.3 T40:45 ; set fan 2 value. Turn on proportionally at 40, ramp up to full speed at 45.
      

      I haven't calibrated the the MCU temperature reading yet, but noticed that my prints were starting at a reading of about 38-39 while troubleshooting, so for testing purposes I went ahead and set it at the narrow proportional control range of 40 to 45 just to see how it worked.

      Sure enough, the fan starts turning over shortly after the print starts, and under current ambient conditions is leveling out at a silent 41 degrees. That's a win in my book!

      I guess you could that, regarding RRF... I'm a big fan. 😎

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