Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Karl Pietrowski <thopiekar@googlemail.com>2016-09-27 16:40:16 +0300
committerThomas Karl Pietrowski <thopiekar@googlemail.com>2016-09-27 16:40:16 +0300
commitdf63b2d62071df83877382379189537db70f12a6 (patch)
treed6cbecdb9e1a3b0cc36d1e47916108b99fa9bc82 /plugins
parentca60e517fa329d8961f5aaf705cd6ec76d83bf7b (diff)
parent10d2d7902ea35a135afe249791305a8c447b6d1d (diff)
Merge remote-tracking branch 'refs/remotes/origin/master-CURA-1445' into master-CURA-1445
Diffstat (limited to 'plugins')
-rw-r--r--plugins/SliceInfoPlugin/SliceInfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SliceInfoPlugin/SliceInfo.py b/plugins/SliceInfoPlugin/SliceInfo.py
index bce607c3fc..4f39fd4818 100644
--- a/plugins/SliceInfoPlugin/SliceInfo.py
+++ b/plugins/SliceInfoPlugin/SliceInfo.py
@@ -124,7 +124,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),