|
@@ -94,7 +94,7 @@ class Profile:
|
|
|
config.set("general", "definition", "fdmprinter")
|
|
|
|
|
|
config.add_section("metadata")
|
|
|
- config.set("metadata", "quality", "normal")
|
|
|
+ config.set("metadata", "quality_type", "normal")
|
|
|
config.set("metadata", "type", "quality_changes")
|
|
|
if self._weight:
|
|
|
config.set("metadata", "weight", str(self._weight))
|