mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Fix legacy profile upgrade
CURA-4075 Only for single-extrusion machines just like before.
This commit is contained in:
parent
ea7ff05a3d
commit
7b4cb11240
2 changed files with 21 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue