mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Legacy profiles are now loaded as quality_changes
CURA-2344
This commit is contained in:
parent
850a83fd8d
commit
799e66c3ac
1 changed files with 2 additions and 1 deletions
|
@ -130,5 +130,6 @@ class LegacyProfileReader(ProfileReader):
|
|||
if len(profile.getAllKeys()) == 0:
|
||||
Logger.log("i", "A legacy profile was imported but everything evaluates to the defaults, creating an empty profile.")
|
||||
profile.setDirty(True)
|
||||
profile.addMetaDataEntry("type", "quality")
|
||||
profile.addMetaDataEntry("type", "quality_changes")
|
||||
profile.addMetaDataEntry("quality", "normal")
|
||||
return profile
|
Loading…
Add table
Add a link
Reference in a new issue