mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Merge pull request #618 from Ultimaker/feature_profiles
Profiles rework
This commit is contained in:
commit
5693d639f1
56 changed files with 1065 additions and 169 deletions
|
@ -183,7 +183,7 @@ class CuraEngineBackend(Backend):
|
|||
if self._profile:
|
||||
self._profile.settingValueChanged.disconnect(self._onSettingChanged)
|
||||
|
||||
self._profile = Application.getInstance().getMachineManager().getActiveProfile()
|
||||
self._profile = Application.getInstance().getMachineManager().getWorkingProfile()
|
||||
if self._profile:
|
||||
self._profile.settingValueChanged.connect(self._onSettingChanged)
|
||||
self._onChanged()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue