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>2021-10-18 14:23:29 +0300
committerGhostkeeper <rubend@tutanota.com>2021-10-18 14:23:29 +0300
commit0d350b5f96e614b1c2652ebe52941ef390a20ebf (patch)
treec25caf9ffdb3d761d9e907be38d6eb8a559a6951 /cura/Machines
parent5ed57e403c082d5d78c0f311c489b98368d974f6 (diff)
parent89c5a38afa10a2ebc8415f3d1a5c6daad5d1d8e8 (diff)
Merge branch '4.12' into CURA-8609_sync_materials_to_printer
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