mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 05:58:58 +08:00
Legacy profiles are now loaded as quality_changes
CURA-2344
This commit is contained in:
parent
850a83fd8d
commit
799e66c3ac
@ -130,5 +130,6 @@ class LegacyProfileReader(ProfileReader):
|
|||||||
if len(profile.getAllKeys()) == 0:
|
if len(profile.getAllKeys()) == 0:
|
||||||
Logger.log("i", "A legacy profile was imported but everything evaluates to the defaults, creating an empty profile.")
|
Logger.log("i", "A legacy profile was imported but everything evaluates to the defaults, creating an empty profile.")
|
||||||
profile.setDirty(True)
|
profile.setDirty(True)
|
||||||
profile.addMetaDataEntry("type", "quality")
|
profile.addMetaDataEntry("type", "quality_changes")
|
||||||
|
profile.addMetaDataEntry("quality", "normal")
|
||||||
return profile
|
return profile
|
Loading…
x
Reference in New Issue
Block a user