mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Add user profile to container registry
This will allow it to be saved when restarting Cura and such. Contributes to issues CURA-1278 and CURA-351.
This commit is contained in:
parent
2660b2a68f
commit
357997c984
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ class Extruder:
|
|||
self._user_profile = UM.Settings.InstanceContainer(self._name + "_current_settings")
|
||||
self._user_profile.addMetaDataEntry("type", "user")
|
||||
self._container_stack.addContainer(self._user_profile)
|
||||
container_registry.addContainer(self._user_profile)
|
||||
|
||||
self._container_stack.setNextStack(UM.Application.getInstance().getGlobalContainerStack())
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue