mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Merge branch 'master-CURA-1615' of https://github.com/thopiekar/Cura.git into master-CURA-1445
This commit is contained in:
commit
f1ac2405a7
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ class SliceInfo(Extension):
|
|||
"settings": global_container_stack.serialize(), # global_container with references on used containers
|
||||
"version": Application.getInstance().getVersion(),
|
||||
"modelhash": "None",
|
||||
"printtime": str(print_information.currentPrintTime),
|
||||
"printtime": print_information.currentPrintTime.getDisplayString(),
|
||||
"filament": material_used,
|
||||
"language": Preferences.getInstance().getValue("general/language"),
|
||||
"materials_profiles ": {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue