Jump to content

Any way to cool bed down slowly after print to temper the plastic?


jhox616

Recommended Posts

Posted · Any way to cool bed down slowly after print to temper the plastic?

As many are aware printed parts can be tempered through the process of annealing.

This made me wonder if in Cura the bed temperature can be automated to slowly cool down after a print job finishes.

Is anyone aware of a way to do this? Possibly through a script/macro?

I'm interested in your thoughts on if this would achieve the desired effect of annealing to some extent?

 

If so, it would be a nice feature update for the next version.

  • Link to post
    Share on other sites

    Posted · Any way to cool bed down slowly after print to temper the plastic?

    I think the best you can do at the moment is to add a sequence like this to the end gcode:


     

    M140 S60 # set the bed temperature to 60
    G4 S60   # wait 60 seconds
    M140 S55 # set the bed temperature to 55
    G4 S60   # wait 60 seconds
    M140 S50 # set the bed temperature to 50
    G4 S60   # wait 60 seconds
    M140 S45 # set the bed temperature to 45
    G4 S60   # wait 60 seconds
    (... etc ...)

     

  • Link to post
    Share on other sites

    Posted (edited) · Any way to cool bed down slowly after print to temper the plastic?

    But if you give it a bit of time (and someone is willing to shamelessly steal AHoeben's thought)...

     

    I'm more of a "throw it in the refrigerator and bust it off the plate" sort of guy but here 'ya go.  

    I arbitrarily picked 3°/step.  The settings are "Shut Off Temperature" and "Time Span".

     

    Unzip the file and put "TimedCoolDown.py" in the:

    "C:\Program Files\UltiMaker Cura 5.3.1\share\cura\plugins\PostProcessingPlugin\scripts" folder.  It will be available in "Extensions/Post Processing/Modifiy Gcode" then "Add a Script"

     

    Update from "Quick and Dirty" to "Make Nice" in order to avoid Time Travel.

     

     

     

    TimedCoolDown.zip

    Edited by GregValiant
    • Like 2
    Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    • Our picks

      • Introducing the UltiMaker Factor 4
        We are happy to announce the next evolution in the UltiMaker 3D printer lineup: the UltiMaker Factor 4 industrial-grade 3D printer, designed to take manufacturing to new levels of efficiency and reliability. Factor 4 is an end-to-end 3D printing solution for light industrial applications
          • Thanks
          • Like
        • 3 replies
      • UltiMaker Cura 5.7 stable released
        Cura 5.7 is here and it brings a handy new workflow improvement when using Thingiverse and Cura together, as well as additional capabilities for Method series printers, and a powerful way of sharing print settings using new printer-agnostic project files! Read on to find out about all of these improvements and more. 
         
          • Like
        • 27 replies
    ×
    ×
    • Create New...