Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLipu Fei <lipu.fei815@gmail.com>2017-12-01 13:05:15 +0300
committerLipu Fei <lipu.fei815@gmail.com>2017-12-01 13:06:14 +0300
commit7de43e71e03ff23e41171ae2ea2590e226a74ef0 (patch)
tree18920f088d2e8a861c59ce7c77f5ec58c83456b4 /plugins/VersionUpgrade/VersionUpgrade21to22
parentc0e7446f2aeca4484e9f05bad459dafdcc8bf795 (diff)
Fix legacy profile upgrade
CURA-4075 Only for single-extrusion machines just like before.
Diffstat (limited to 'plugins/VersionUpgrade/VersionUpgrade21to22')
-rw-r--r--plugins/VersionUpgrade/VersionUpgrade21to22/Profile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/VersionUpgrade/VersionUpgrade21to22/Profile.py b/plugins/VersionUpgrade/VersionUpgrade21to22/Profile.py
index 4316d5cafb..becf29c242 100644
--- a/plugins/VersionUpgrade/VersionUpgrade21to22/Profile.py
+++ b/plugins/VersionUpgrade/VersionUpgrade21to22/Profile.py
@@ -98,7 +98,7 @@ class Profile:
config.add_section("metadata")
config.set("metadata", "quality_type", "normal") #This feature doesn't exist in 2.1 yet, so we don't know the actual quality type. For now, always base it on normal.
- config.set("metadata", "type", "quality_changes")
+ config.set("metadata", "type", "quality")
if self._weight:
config.set("metadata", "weight", str(self._weight))
if self._machine_variant_name: