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:
authorGhostkeeper <rubend@tutanota.com>2017-11-29 15:06:08 +0300
committerGhostkeeper <rubend@tutanota.com>2017-11-29 15:06:08 +0300
commitdad99f52929e50269ef1ae9c5e8399ddb04c10db (patch)
treeb91e50dc627d36dc23ebf157ea366668d0b7e6b5 /plugins/3MFWriter
parent8707396ad7698c5a02a75b383df54ca295731831 (diff)
parent7d01e3388f5cf99ce3431c91f1b453f08c6b380b (diff)
Merge branch 'master' into feature_local_container_server
Contributes to issue CURA-4243.
Diffstat (limited to 'plugins/3MFWriter')
-rw-r--r--plugins/3MFWriter/ThreeMFWriter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/3MFWriter/ThreeMFWriter.py b/plugins/3MFWriter/ThreeMFWriter.py
index a764d30fac..6254bef03a 100644
--- a/plugins/3MFWriter/ThreeMFWriter.py
+++ b/plugins/3MFWriter/ThreeMFWriter.py
@@ -87,7 +87,7 @@ class ThreeMFWriter(MeshWriter):
if stack is not None:
changed_setting_keys = set(stack.getTop().getAllKeys())
- # Ensure that we save the extruder used for this object.
+ # Ensure that we save the extruder used for this object in a multi-extrusion setup
if stack.getProperty("machine_extruder_count", "value") > 1:
changed_setting_keys.add("extruder_nr")