mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
20 lines
632 B
JSON
20 lines
632 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_width": { "default": 230 },
|
|
"machine_depth": { "default": 225 },
|
|
"machine_height": { "default": 310 },
|
|
"machine_show_variants": { "default": true },
|
|
"gantry_height": { "default": 50 }
|
|
}
|
|
}
|