mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 07:17:52 -06:00
20 lines
533 B
JSON
20 lines
533 B
JSON
{
|
|
"id": "ultimaker2plus",
|
|
"version": 1,
|
|
"name": "Ultimaker 2+",
|
|
"manufacturer": "Ultimaker",
|
|
"author": "Ultimaker",
|
|
"platform": "ultimaker2_platform.obj",
|
|
"platform_texture": "ultimaker2plus_backplate.png",
|
|
|
|
"inherits": "ultimaker2plus.json",
|
|
|
|
"variant": "0.4 mm",
|
|
|
|
"overrides": {
|
|
"machine_nozzle_size": { "default": 0.40 },
|
|
|
|
"wall_line_width_0": { "inherit_function": "parent_value * 0.875" },
|
|
"skin_line_width": { "inherit_function": "parent_value * 0.875" }
|
|
}
|
|
}
|