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:
authorChrisTerBeke <c.terbeke@ultimaker.com>2017-10-31 18:11:27 +0300
committerChrisTerBeke <c.terbeke@ultimaker.com>2017-10-31 18:11:27 +0300
commitf421166b182a407bbbb3f89d3fdd9ba8b4e74c8b (patch)
tree4077f23cee1fac6f064f6905df29c63575a42486 /plugins/3MFWriter
parent52782b8d13b5886a8df9aeed43338ca2d18e6d34 (diff)
Clarify 3mf saving multi extrusion setting - CURA-4482
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")