mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 04:09:01 +08:00
Updating the comment about the "settings" keyword
Contributes to CURA-1445
This commit is contained in:
parent
db6702fbbc
commit
10d2d7902e
@ -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…
x
Reference in New Issue
Block a user