Jump to content

Woomag

Member
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Woomag

  1. 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?

  2. 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.

×
×
  • Create New...