Merge pull request #3436 from Ultimaker/feature_enable_disable_extruder

CURA-4400 Feature enable disable extruder
This commit is contained in:
Ian Paschal 2018-03-12 16:42:25 +01:00 committed by GitHub
commit 8db4396ee7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 429 additions and 134 deletions

View file

@ -39,6 +39,7 @@ class QualityProfilesDropDownMenuModel(ListModel):
self._application.globalContainerStackChanged.connect(self._update)
self._machine_manager.activeQualityGroupChanged.connect(self._update)
self._machine_manager.extruderChanged.connect(self._update)
self._quality_manager.qualitiesUpdated.connect(self._update)
self._layer_height_unit = "" # This is cached