mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 07:56:22 -06:00
Merge branch 'master' into feature_enable_disable_extruder
This commit is contained in:
commit
81d036d5e4
9 changed files with 23 additions and 7 deletions
|
@ -47,7 +47,7 @@ class QualityProfilesDropDownMenuModel(ListModel):
|
|||
self._update()
|
||||
|
||||
def _update(self):
|
||||
Logger.log("d", "Updating quality profile model ...")
|
||||
Logger.log("d", "Updating {model_class_name}.".format(model_class_name = self.__class__.__name__))
|
||||
|
||||
global_stack = self._machine_manager.activeMachine
|
||||
if global_stack is None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue