mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
19 lines
617 B
JSON
19 lines
617 B
JSON
{
|
|
"id": "ultimaker2_extended_plus_base",
|
|
"version": 1,
|
|
"name": "Ultimaker 2 Extended+",
|
|
"manufacturer": "Ultimaker",
|
|
"author": "Ultimaker",
|
|
"platform": "ultimaker2_platform.obj",
|
|
"platform_texture": "Ultimaker2ExtendedPlusbackplate.png",
|
|
"visible": false,
|
|
"file_formats": "text/x-gcode",
|
|
"inherits": "ultimaker2plus.json",
|
|
|
|
"machine_settings": {
|
|
"machine_height": { "default": 313 },
|
|
"machine_show_variants": { "default": true },
|
|
"machine_nozzle_head_distance": { "default": 5 },
|
|
"machine_nozzle_expansion_angle": { "default": 45 }
|
|
}
|
|
}
|