Renamed pla quality to normal

Contributes CURA-10885
This commit is contained in:
Jelle Spijker 2023-08-08 13:29:10 +02:00
parent fd97dd5d0c
commit 63bc3cc996
No known key found for this signature in database
GPG key ID: 034D1C0527888B65
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
"has_materials": true, "has_materials": true,
"machine_extruder_trains": { "0": "anycubic_kobra_plus_extruder_0" }, "machine_extruder_trains": { "0": "anycubic_kobra_plus_extruder_0" },
"preferred_material": "generic_pla", "preferred_material": "generic_pla",
"preferred_quality_type": "pla", "preferred_quality_type": "normal",
"quality_definition": "anycubic_kobra_plus" "quality_definition": "anycubic_kobra_plus"
}, },
"overrides": "overrides":

View file

@ -5,7 +5,7 @@ version = 4
[metadata] [metadata]
global_quality = True global_quality = True
quality_type = pla quality_type = normal
setting_version = 22 setting_version = 22
type = quality type = quality
weight = 0 weight = 0