Duet3D Logo

    Duet3D

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

    How to keep the bed heated for a while after print is done?

    Duet Hardware and wiring
    bed heater bed heater timeout
    3
    4
    579
    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.
    • CHarding
      CHarding last edited by

      First, my apologies if is already described somewhere with some G-code magic or even in the web interface but sadly my search foo seems lacking ...

      After I'm done printing I want to keep the bed at the print temperature for a while, maybe 45 mins. Right now I think it stays on for a bit but I've now had several occasions where I wanted to print again after 45 mins it was back to room temp. This is especially silly with ABS and a 110C bed temp, which takes a while to get to.

      So, question: is there some sort of setting for when the bed switches off after a print?

      (More info: I'm using Cura, which does have a post-print gcode snippet that a g-code config command could go into ...)

      Many thanks!

      1 Reply Last reply Reply Quote 0
      • Phaedrux
        Phaedrux Moderator last edited by

        What do you currently have in your cura post print gcode?

        You might be able to add a bed temp command after what you have now to set the temp again, and then a G4 dwell command to wait a number of seconds equal to 45 minutes and then turn the heaters off.

        I use something similar to run the part cooling fan above the completed print after the print has finished to cool it down faster to pop it off.

        Z-Bot CoreXY Build | Thingiverse Profile

        1 Reply Last reply Reply Quote 0
        • CHarding
          CHarding last edited by

          I currently have this:

          M104 S0
          M140 S0
          ;Retract the filament
          G92 E1
          G1 E-1 F300
          G28 X0 Y0
          M84

          Good idea with the G4, I wasn't aware that that exists. I'll give it a try - thanks!

          (I've done some more digging in the forum and it seems that there's a discussion (May 2019) about a official way to set heater time outs. Apparently, it's now on DC42's wish list ... )

          deckingman 1 Reply Last reply Reply Quote 0
          • deckingman
            deckingman @CHarding last edited by

            @charding You might also consider putting insulation under the bed if you are able to do so (or increasing the amount of insulation if you already have some. It will, a) speed up the warm up time and, b) slow down the cool down time.

            Ian
            https://somei3deas.wordpress.com/
            https://www.youtube.com/@deckingman

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