Jump to content

Print time variable?


AlexY

Recommended Posts

Posted · Print time variable?

There is no variable or replacement pattern for it.

 

Technical details: the {replacement patterns} in the start- and end-gcode are replaced before the settings and geometry are sent from Cura (the "frontend") to CuraEngine (the "backend"). The total print time is not available at that time, because it has not yet been calculated. The total print time is added directly to the gcode by CuraEngine.

 

You could use a postprocessing script to change the line that CuraEngine inserted into the gcode. See the Search & Replace script, and replace ";TIME:" with eg "M117 print time:". This will put the M117 before any other functional gcode.  It is possible to write a custom postprocessing script that puts the line somewhere else, but some Python skills are needed

 

 

  • Link to post
    Share on other sites

    • 9 months later...
    Posted · Print time variable?

    I know this is an old post, but it was the first hit i got when searching for a total print time macro on Google, so I might at well post my findings.

     

    TLDR; There is a variable to get the estimated print time to use with M117, and that is: "print_time", so a 

    M117 Est. time: {print_time};

    results in this gcode after slicing in Cura 4.1.0: 

    M117 Est. time: 01:36:07;

     

     

     

    I found a post with a list of variables available here, where Ghostkeeper linked to a list of old variables till supported (found here). He was even so nice to highlight the line where print time could be found.  

  • 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
        • 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. 
         
        • 26 replies
    ×
    ×
    • Create New...