Duet3D Logo

    Duet3D

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

    Tweaking G-code to cool bed

    Tuning and tweaking
    2
    2
    57
    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.
    • Frederik561
      Frederik561 last edited by

      Hello
      I am currently working on a 3D printer to be used in medical research. It uses standard high end component used in 3D print in general. I have chosen to use the Duet 2 Wifi board for the application because of the quality and smooth stepping.

      The only difference from a normal 3D printer is that the bed has to be cooled to about 4°C instead of being heated. For that I am using a 12V peltier element beneath the bed and a buck converter to go from 24V to 12V.
      This is not supported by the current G-code, but I am wondering if it is possible to tweak the G-code to hit the lower temperature using PID regulation.

      Any ideas may help

      /Frederik

      1 Reply Last reply Reply Quote 0
      • dc42
        dc42 administrators last edited by dc42

        The M307 I (invert) parameter may do what you want. However, RRF normally considers any temperature below 40C as off/don't care, so I suspect that firmware changes would be needed too. Caution: using this parameter might cause the element to be on at full power when you don't expect it, so test it with care.

        Note, peltier elements do not work efficiently with raw PWM. To work well, they need smoothed PWM, which requires a reasonably high PWM frequency, flyback diode, inductor and optionally a capacitor. OTOH, if you need to run the element in bang-bang mode, or at or close to full PWM most of the time, that may not matter.

        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
        • First post
          Last post
        Unless otherwise noted, all forum content is licensed under CC-BY-SA