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:
authorJaime van Kessel <nallath@gmail.com>2021-10-08 14:50:21 +0300
committerJaime van Kessel <nallath@gmail.com>2021-10-08 14:50:21 +0300
commit2c9f31cbde50b84aea51ad815d13c68c956a6e28 (patch)
tree83eccd9c729e287affdc68a6664a02148cad81c5 /cura/Machines
parent7d9c6e1449bd26d28ee093d74ba0ff7f7306991b (diff)
Remove unneeded signal connections
Diffstat (limited to 'cura/Machines')
-rw-r--r--cura/Machines/Models/QualityProfilesDropDownMenuModel.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/cura/Machines/Models/QualityProfilesDropDownMenuModel.py b/cura/Machines/Models/QualityProfilesDropDownMenuModel.py
index 7aa30c6f82..f7316e9c09 100644
--- a/cura/Machines/Models/QualityProfilesDropDownMenuModel.py
+++ b/cura/Machines/Models/QualityProfilesDropDownMenuModel.py
@@ -41,10 +41,6 @@ class QualityProfilesDropDownMenuModel(ListModel):
machine_manager.activeQualityGroupChanged.connect(self._onChange)
machine_manager.activeMaterialChanged.connect(self._onChange)
machine_manager.activeVariantChanged.connect(self._onChange)
- machine_manager.extruderChanged.connect(self._onChange)
-
- extruder_manager = application.getExtruderManager()
- extruder_manager.extrudersChanged.connect(self._onChange)
self._layer_height_unit = "" # This is cached