mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Indicate the UM2+ should use machine specific materials and qualities
Contributes to CURA-1612
This commit is contained in:
parent
2b91e3639e
commit
6847365e09
2 changed files with 7 additions and 6 deletions
|
@ -6,9 +6,6 @@
|
|||
"inherits": "fdmprinter",
|
||||
"metadata": {
|
||||
"author": "Ultimaker",
|
||||
"manufacturer": "Ultimaker",
|
||||
"preferred_profile": "Normal Quality",
|
||||
"preferred_nozzle": "0.4 mm",
|
||||
"preferred_material": "PLA"
|
||||
"manufacturer": "Ultimaker"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,8 +12,12 @@
|
|||
"platform": "ultimaker2_platform.obj",
|
||||
"platform_texture": "Ultimaker2Plusbackplate.png",
|
||||
"preferred_variant": "ultimaker2_plus_0.4",
|
||||
"preferred_material": "pla",
|
||||
"preferred_quality": "high"
|
||||
"preferred_material": "generic_pla_ultimaker2_plus_0.4mm",
|
||||
"preferred_quality": "pla_0.4_normal",
|
||||
"has_variants": true,
|
||||
"has_materials": true,
|
||||
"has_machine_materials": true,
|
||||
"has_machine_quality": true
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue