mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 23:37:51 -06:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"id": "ultimaker2plus_base",
|
|
"version": 1,
|
|
"name": "Ultimaker 2+",
|
|
"manufacturer": "Ultimaker",
|
|
"author": "Ultimaker",
|
|
"platform": "ultimaker2_platform.obj",
|
|
"platform_texture": "Ultimaker2Plusbackplate.png",
|
|
"visible": false,
|
|
"file_formats": "text/x-gcode",
|
|
"inherits": "ultimaker2.json",
|
|
|
|
"overrides": {
|
|
"machine_height": { "default": 203 },
|
|
"machine_show_variants": { "default": true },
|
|
"gantry_height": { "default": 52 },
|
|
"machine_nozzle_head_distance": { "default": 5 },
|
|
"machine_nozzle_expansion_angle": { "default": 45 },
|
|
"machine_heat_zone_length": { "default": 20 },
|
|
"machine_head_with_fans_polygon":
|
|
{
|
|
"default": [
|
|
[
|
|
-44,
|
|
14
|
|
],
|
|
[
|
|
-44,
|
|
-34
|
|
],
|
|
[
|
|
64,
|
|
14
|
|
],
|
|
[
|
|
64,
|
|
-34
|
|
]
|
|
]
|
|
},
|
|
"retraction_amount": { "default": 6.0 }
|
|
}
|
|
}
|