diff --git a/cura/Settings/ExtruderManager.py b/cura/Settings/ExtruderManager.py index d3005a78fe..81a58c3f78 100644 --- a/cura/Settings/ExtruderManager.py +++ b/cura/Settings/ExtruderManager.py @@ -287,7 +287,6 @@ class ExtruderManager(QObject): result.append(stack.getProperty(setting_key, property)) return result - ## Removes the container stack and user profile for the extruders for a specific machine. # # \param machine_id The machine to remove the extruders for.