mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 16:57:51 -06:00
SliceInfo: Correctly output the print time
This commit is contained in:
parent
eb6abdf773
commit
1dc29fb984
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ class SliceInfo(Extension):
|
||||||
"global_settings": global_container_stack.serialize(),
|
"global_settings": global_container_stack.serialize(),
|
||||||
"version": Application.getInstance().getVersion(),
|
"version": Application.getInstance().getVersion(),
|
||||||
"modelhash": "None",
|
"modelhash": "None",
|
||||||
"printtime": str(print_information.currentPrintTime),
|
"printtime": print_information.currentPrintTime.getDisplayString(),
|
||||||
"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