mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 15:25:09 -06:00
21 lines
693 B
JSON
21 lines
693 B
JSON
{
|
|
"id": "ultimaker2_olsson_base",
|
|
"version": 1,
|
|
"name": "Ultimaker 2 with Olsson Block",
|
|
"manufacturer": "Ultimaker",
|
|
"author": "Ultimaker",
|
|
"platform": "ultimaker2_platform.obj",
|
|
"platform_texture": "Ultimaker2backplate.png",
|
|
"visible": false,
|
|
"file_formats": "text/x-gcode",
|
|
"inherits": "ultimaker2.json",
|
|
|
|
"overrides": {
|
|
"machine_show_variants": { "default": true },
|
|
"machine_nozzle_head_distance": { "default": 5 },
|
|
"machine_nozzle_expansion_angle": { "default": 45 },
|
|
"machine_height": { "default": 203 },
|
|
"machine_heat_zone_length": { "default": 20 },
|
|
"gantry_height": { "default": 52 }
|
|
}
|
|
}
|