From 4d5013d3adb9ac7573eb5f62422c039c40ad6f92 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 16 Mar 2018 15:08:30 +0100 Subject: [PATCH] Remove unused variable The variable name is re-used lower in the code. This value is unused though. --- plugins/GCodeWriter/GCodeWriter.py | 1 - 1 file changed, 1 deletion(-) 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":