mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
15 lines
405 B
JSON
15 lines
405 B
JSON
{
|
|
"id": "ultimaker2extended",
|
|
"name": "Ultimaker 2 Extended",
|
|
"icon": "icon_ultimaker2.png",
|
|
"platform": "ultimaker2_platform.obj",
|
|
"platform_texture": "Ultimaker2backplate.png",
|
|
|
|
"inherits": "ultimaker2.json",
|
|
|
|
"machine_settings": {
|
|
"machine_width": { "default": 230 },
|
|
"machine_depth": { "default": 225 },
|
|
"machine_height": { "default": 315 }
|
|
}
|
|
}
|