Updating the comment about the "settings" keyword

Contributes to CURA-1445
This commit is contained in:
Thomas Karl Pietrowski 2016-09-24 10:19:26 +02:00 committed by GitHub
parent db6702fbbc
commit 10d2d7902e

View file

@ -125,7 +125,7 @@ class SliceInfo(Extension):
"processor": platform.processor(), "processor": platform.processor(),
"machine": platform.machine(), "machine": platform.machine(),
"platform": platform.platform(), "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(), "version": Application.getInstance().getVersion(),
"modelhash": modelhash_formatted, "modelhash": modelhash_formatted,
"printtime": print_information.currentPrintTime.getDisplayString(DurationFormat.Format.ISO8601), "printtime": print_information.currentPrintTime.getDisplayString(DurationFormat.Format.ISO8601),