mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Fix setting the quality_type of imported profile
The metadata entry was renamed a while ago. Contributes to issue CURA-2785.
This commit is contained in:
parent
d439015773
commit
aef0880a1f
1 changed files with 1 additions and 1 deletions
|
@ -140,5 +140,5 @@ class LegacyProfileReader(ProfileReader):
|
|||
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_changes")
|
||||
profile.addMetaDataEntry("quality", "normal")
|
||||
profile.addMetaDataEntry("quality_type", "normal")
|
||||
return profile
|
Loading…
Add table
Add a link
Reference in a new issue