mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Merge branch 'master' into CURA-6793_performance
This commit is contained in:
commit
c12817170c
31 changed files with 537 additions and 94 deletions
|
|
@ -44,6 +44,9 @@ class QualityProfilesDropDownMenuModel(ListModel):
|
|||
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
|
||||
|
||||
self._update_timer = QTimer() # type: QTimer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue