From 10d2d7902ea35a135afe249791305a8c447b6d1d Mon Sep 17 00:00:00 2001 From: Thomas Karl Pietrowski Date: Sat, 24 Sep 2016 10:19:26 +0200 Subject: [PATCH] Updating the comment about the "settings" keyword Contributes to CURA-1445 --- plugins/SliceInfoPlugin/SliceInfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/SliceInfoPlugin/SliceInfo.py b/plugins/SliceInfoPlugin/SliceInfo.py index 51ba7fabf4..f0d9a7d8b6 100644 --- a/plugins/SliceInfoPlugin/SliceInfo.py +++ b/plugins/SliceInfoPlugin/SliceInfo.py @@ -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),