mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -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(),
|
||||
"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