Merge pull request #618 from Ultimaker/feature_profiles

Profiles rework
This commit is contained in:
Ghostkeeper 2016-02-09 09:49:28 +01:00
commit 5693d639f1
56 changed files with 1065 additions and 169 deletions

View file

@ -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()