mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:05:52 +08:00
Indicate the UM2+ should use machine specific materials and qualities
Contributes to CURA-1612
This commit is contained in:
parent
2b91e3639e
commit
6847365e09
@ -6,9 +6,6 @@
|
|||||||
"inherits": "fdmprinter",
|
"inherits": "fdmprinter",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"author": "Ultimaker",
|
"author": "Ultimaker",
|
||||||
"manufacturer": "Ultimaker",
|
"manufacturer": "Ultimaker"
|
||||||
"preferred_profile": "Normal Quality",
|
|
||||||
"preferred_nozzle": "0.4 mm",
|
|
||||||
"preferred_material": "PLA"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -12,8 +12,12 @@
|
|||||||
"platform": "ultimaker2_platform.obj",
|
"platform": "ultimaker2_platform.obj",
|
||||||
"platform_texture": "Ultimaker2Plusbackplate.png",
|
"platform_texture": "Ultimaker2Plusbackplate.png",
|
||||||
"preferred_variant": "ultimaker2_plus_0.4",
|
"preferred_variant": "ultimaker2_plus_0.4",
|
||||||
"preferred_material": "pla",
|
"preferred_material": "generic_pla_ultimaker2_plus_0.4mm",
|
||||||
"preferred_quality": "high"
|
"preferred_quality": "pla_0.4_normal",
|
||||||
|
"has_variants": true,
|
||||||
|
"has_materials": true,
|
||||||
|
"has_machine_materials": true,
|
||||||
|
"has_machine_quality": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"overrides": {
|
"overrides": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user