mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-10-04 07:36:32 +08:00

It remains to be seen what we do with the variants of this machine and consequently the visibility of this machine. Contributes to issue CURA-1278.
31 lines
785 B
JSON
31 lines
785 B
JSON
{
|
|
"id": "ultimaker2_extended_plus_base",
|
|
"version": 2,
|
|
"name": "Ultimaker 2 Extended+",
|
|
"inherits": "ultimaker2plus",
|
|
"visible": false,
|
|
"metadata": {
|
|
"author": "Ultimaker",
|
|
"manufacturer": "Ultimaker",
|
|
"category": "Ultimaker",
|
|
"file_formats": "text/x-gcode",
|
|
"platform": "ultimaker2_platform.obj",
|
|
"platform_texture": "Ultimaker2ExtendedPlusbackplate.png"
|
|
},
|
|
|
|
"overrides": {
|
|
"machine_height": {
|
|
"default_value": 313
|
|
},
|
|
"machine_show_variants": {
|
|
"default_value": true
|
|
},
|
|
"machine_nozzle_head_distance": {
|
|
"default_value": 5
|
|
},
|
|
"machine_nozzle_expansion_angle": {
|
|
"default_value": 45
|
|
}
|
|
}
|
|
}
|