Cura/resources/machines/ultimaker2plus.json
Tim Kuipers 178943aa59 JSON: introduce machine_heat_zone_length for Olsson block based on guessing (CURA-1281)
The heat zone length is only used in dual extrusion settings, which are unavailable for UM2+ and UM2 with olsson block
2016-03-24 14:11:10 +01:00

45 lines
1.2 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_width": { "default": 230 },
"machine_depth": { "default": 225 },
"machine_height": { "default": 203 },
"machine_show_variants": { "default": true },
"gantry_height": { "default": 50 },
"machine_nozzle_head_distance": { "default": 5 },
"machine_nozzle_expansion_angle": { "default": 45 },
"machine_heat_zone_length": { "default": 16 },
"machine_head_with_fans_polygon":
{
"default": [
[
-44,
14
],
[
-44,
-34
],
[
64,
14
],
[
64,
-34
]
]
},
"retraction_amount": { "default": 6.0 }
}
}