mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Updating the comment about the "settings" keyword
Contributes to CURA-1445
This commit is contained in:
parent
db6702fbbc
commit
10d2d7902e
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ class SliceInfo(Extension):
|
|||
"processor": platform.processor(),
|
||||
"machine": platform.machine(),
|
||||
"platform": platform.platform(),
|
||||
"settings": json.dumps(containers), # global_container with references on used containers
|
||||
"settings": json.dumps(containers), # bundle of containers with their serialized contents
|
||||
"version": Application.getInstance().getVersion(),
|
||||
"modelhash": modelhash_formatted,
|
||||
"printtime": print_information.currentPrintTime.getDisplayString(DurationFormat.Format.ISO8601),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue