mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 13:51:12 -07:00
Fix default quality level
Standard doesn't exist for this printer. It's 'normal'. I'm guessing this was a leftover from when this was copied from the Creality printers.
This commit is contained in:
parent
7210dd308c
commit
0bb65c86ec
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
"variants_name": "Nozzle Size",
|
"variants_name": "Nozzle Size",
|
||||||
|
|
||||||
"preferred_variant_name": "0.4mm Nozzle",
|
"preferred_variant_name": "0.4mm Nozzle",
|
||||||
"preferred_quality_type": "standard",
|
"preferred_quality_type": "normal",
|
||||||
"preferred_material": "generic_pla"
|
"preferred_material": "generic_pla"
|
||||||
},
|
},
|
||||||
"overrides": {
|
"overrides": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue