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>2018-03-16 17:08:30 +0300
committerGhostkeeper <rubend@tutanota.com>2018-03-16 17:08:57 +0300
commit4d5013d3adb9ac7573eb5f62422c039c40ad6f92 (patch)
treebd60a29dd529c9f21ec4e7896917158112bdceb7 /plugins/GCodeWriter
parent2aaaf106b40e79b4acc354cdf1f723a20391d6e6 (diff)
Remove unused variable
The variable name is re-used lower in the code. This value is unused though.
Diffstat (limited to 'plugins/GCodeWriter')
-rw-r--r--plugins/GCodeWriter/GCodeWriter.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/GCodeWriter/GCodeWriter.py b/plugins/GCodeWriter/GCodeWriter.py
index 4b78a2a72a..ccd881afdc 100644
--- a/plugins/GCodeWriter/GCodeWriter.py
+++ b/plugins/GCodeWriter/GCodeWriter.py
@@ -111,7 +111,6 @@ class GCodeWriter(MeshWriter):
prefix = ";SETTING_" + str(GCodeWriter.version) + " " # The prefix to put before each line.
prefix_length = len(prefix)
- quality_name = stack.qualityChanges.getName()
quality_type = stack.quality.getMetaDataEntry("quality_type")
container_with_profile = stack.qualityChanges
if container_with_profile.getId() == "empty_quality_changes":