Jump to content

Recommended Posts

Posted · saving time and material estimates with 3mf-file?

Hello,

is there any way to save printing time and material estimates in the 3mf-file?

When I have to print something again after some time, it'd be good to know how long the print will take and how much filament will be used. For that, I have to slice the job again, which is a bit annoying.

Thank you very much for any help.

  • Link to post
    Share on other sites

    Posted · saving time and material estimates with 3mf-file?
     
    print_information = CuraApplication.getInstance().getPrintInformation()
    
    MAterial=0
    #   materialWeights
    for Mat in list(print_information.materialWeights):
    	MAterial=MAterial+Mat
    
    #   Print time
    P_Time = "%d d %d h %d mn"%(print_information.currentPrintTime.days,print_information.currentPrintTime.hours,print_information.currentPrintTime.minutes)

     

  • Link to post
    Share on other sites

    Posted (edited) · saving time and material estimates with 3mf-file?
    On 6/16/2020 at 1:38 AM, Cuq said:
    
     
    print_information = CuraApplication.getInstance().getPrintInformation()
    
    MAterial=0
    #   materialWeights
    for Mat in list(print_information.materialWeights):
    	MAterial=MAterial+Mat
    
    #   Print time
    P_Time = "%d d %d h %d mn"%(print_information.currentPrintTime.days,print_information.currentPrintTime.hours,print_information.currentPrintTime.minutes)

     

    Hello,

    thanks for the info, but I can't figure what to do with it. Where should I type this?

    Edited by Woomag
  • Link to post
    Share on other sites

    Posted · saving time and material estimates with 3mf-file?

    Found the informations. Alas, they are in the g-code file, not in the 3mf:

     

    ;FLAVOR:Marlin
    ;TIME:78071
    ;Filament used: 63.3849m

    ;Layer height: 0.2
    ;MINX:9.815
    ;MINY:11.232
    ;MINZ:0.2
    ;MAXX:195.143
    ;MAXY:197.439
    ;MAXZ:34.8
    ;Generated with Cura_SteamEngine 4.6.1

     

    At the beginning of the g-code, TIME would be in seconds.

  • 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.9 stable released!
        Here comes Cura 5.9 and in this stable release we have lots of material and printer profiles for UltiMaker printers, including the newly released Sketch Sprint. Additionally, scarf seams have been introduced alongside even more print settings and improvements.  Check out the rest of this article to find out the details on all of that and more
          • Like
        • 5 replies
      • 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
          • Heart
          • Thanks
          • Like
        • 4 replies
    ×
    ×
    • Create New...