mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Specify preferred material/quality as wildcards
This way it becomes a lot simpler to match them Contributes to CURA-1612
This commit is contained in:
parent
3413334c6d
commit
65a563027d
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@
|
|||
"platform": "ultimaker2_platform.obj",
|
||||
"platform_texture": "Ultimaker2Plusbackplate.png",
|
||||
"preferred_variant": "ultimaker2_plus_0.4",
|
||||
"preferred_material": "generic_pla_ultimaker2_plus_0.4mm",
|
||||
"preferred_quality": "pla_0.4_normal",
|
||||
"preferred_material": "*pla*",
|
||||
"preferred_quality": "*normal*",
|
||||
"has_variants": true,
|
||||
"has_materials": true,
|
||||
"has_machine_materials": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue