mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
CURA-1445: Using getDurationInISOFormat in SliceInfo
I think this is the way YouMagine expects the data to be sent.
This commit is contained in:
parent
898c621b6f
commit
bea67f0536
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ class SliceInfo(Extension):
|
||||||
"settings": global_container_stack.serialize(), # global_container with references on used containers
|
"settings": global_container_stack.serialize(), # global_container with references on used containers
|
||||||
"version": Application.getInstance().getVersion(),
|
"version": Application.getInstance().getVersion(),
|
||||||
"modelhash": "None",
|
"modelhash": "None",
|
||||||
"printtime": print_information.currentPrintTime.getDisplayString(),
|
"printtime": print_information.currentPrintTime.getDurationInISOFormat(),
|
||||||
"filament": material_used,
|
"filament": material_used,
|
||||||
"language": Preferences.getInstance().getValue("general/language"),
|
"language": Preferences.getInstance().getValue("general/language"),
|
||||||
"materials_profiles ": {}
|
"materials_profiles ": {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue