mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fixed legacy profile reader
Updated some settings that were changed from 2.1 to 2.2. Also fixed some architecture changes that were not changed correctly (or at all) CURA-1493 and CURA-1779
This commit is contained in:
parent
286949dad1
commit
e3d4a33954
3 changed files with 13 additions and 8 deletions
|
|
@ -170,6 +170,7 @@ class CuraContainerRegistry(ContainerRegistry):
|
|||
profile.addMetaDataEntry("material", self._activeMaterialId())
|
||||
else:
|
||||
profile.setDefinition(ContainerRegistry.getInstance().findDefinitionContainers(id="fdmprinter")[0])
|
||||
|
||||
ContainerRegistry.getInstance().addContainer(profile)
|
||||
|
||||
## Gets a list of profile writer plugins
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue