CURA-1445: Using getDurationInISOFormat in SliceInfo

I think this is the way YouMagine expects the data to be sent.
This commit is contained in:
Thomas-Karl Pietrowski 2016-07-08 13:07:24 +02:00 committed by Thomas Karl Pietrowski
parent 898c621b6f
commit bea67f0536

View file

@ -90,7 +90,7 @@ class SliceInfo(Extension):
"settings": global_container_stack.serialize(), # global_container with references on used containers
"version": Application.getInstance().getVersion(),
"modelhash": "None",
"printtime": print_information.currentPrintTime.getDisplayString(),
"printtime": print_information.currentPrintTime.getDurationInISOFormat(),
"filament": material_used,
"language": Preferences.getInstance().getValue("general/language"),
"materials_profiles ": {}