Browse Source

Merge remote-tracking branch 'refs/remotes/origin/master-CURA-1445' into master-CURA-1445

Thomas Karl Pietrowski 8 years ago
parent
commit
df63b2d620
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/SliceInfoPlugin/SliceInfo.py

+ 1 - 1
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),