mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 18:09:03 +08:00
Always prefer 0.4mm nozzles at initial loading
Otherwise we might end up with 0.8mm AA cores, and those don't have a normal quality profile so that gives all sorts of trouble.
This commit is contained in:
parent
5e782ae85b
commit
137de23221
@ -17,7 +17,7 @@
|
||||
"has_machine_materials": true,
|
||||
"has_variant_materials": true,
|
||||
"has_variants": true,
|
||||
"preferred_variant": "*aa*",
|
||||
"preferred_variant": "*aa04*",
|
||||
"preferred_quality": "*Normal*",
|
||||
"variants_name": "Print core",
|
||||
"machine_extruder_trains":
|
||||
|
@ -18,7 +18,7 @@
|
||||
"has_variant_materials": true,
|
||||
"has_materials": true,
|
||||
"has_variants": true,
|
||||
"preferred_variant": "*aa*",
|
||||
"preferred_variant": "*aa04*",
|
||||
"variants_name": "Print core",
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user