Jump to content

Johnmgg

Recommended Posts

Posted · Processes in CURA

It would be nice if we could have Processes like in Simply3D where I could divide up a model between certain layers. To better change settings. I want to add extra cooling for my top layers but there is no really easy way to perform this task. Other than to just Ramp up the Fan speed. But I want to have the fan speed set to 10% and then for the top layers set the fan speed to something like 50%. But just for the top layers. Also it would be nice to do things like slow down the print speed at X layer height, etc. Maybe I can add a Marlin Gcode line to do this in the mean time. But not the best option.

  • Link to post
    Share on other sites

    Posted · Processes in CURA

    The Search and Replace post processor (Extensions / Post Processing / Modify Gcode then "Add a Script") has some good options that can help.  It accepts multi-line replacements so you can do something like this:

    Search = ;LAYER:200\n

    Replace = ;LAYER:200\nM106 S127\n

    Use regular expressions = Checked

    (The "backslash+n" is a newline character and they are required as shown.)

     

    You could lower the fan speed (if needed) by adding another Search and Replace.

    Search = ;LAYER:204\n

    Replace = ;LAYER:204\nM106 S26\n

    Use regular expressions = Checked

  • 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

      • UltiMaker Cura 5.8 beta released
        Another Cura release has arrived and in this 5.8 beta release, the focus is on improving Z seams, as well as completing support for the full Method series of printers by introducing a profile for the UltiMaker Method.
          • Like
        • 1 reply
      • 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
    ×
    ×
    • Create New...