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

This commit is contained in:
Thomas Karl Pietrowski 2016-09-27 15:40:16 +02:00
commit df63b2d620

View file

@ -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),