mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-02 03:20:38 +08:00

Add printer dialog now has sections by a configurable metadata property. A prefered section is set to always show on top. Add weights to the Ultimaker printer definitions to create a sensible list (newest on top). CURA-1593
32 lines
829 B
JSON
32 lines
829 B
JSON
{
|
|
"id": "ultimaker2_extended_plus",
|
|
"version": 2,
|
|
"name": "Ultimaker 2 Extended+",
|
|
"inherits": "ultimaker2_plus",
|
|
"metadata": {
|
|
"author": "Ultimaker",
|
|
"manufacturer": "Ultimaker",
|
|
"category": "Ultimaker",
|
|
"weight": 2,
|
|
"file_formats": "text/x-gcode",
|
|
"platform": "ultimaker2_platform.obj",
|
|
"platform_texture": "Ultimaker2ExtendedPlusbackplate.png",
|
|
"supported_actions":["UpgradeFirmware"]
|
|
},
|
|
|
|
"overrides": {
|
|
"machine_height": {
|
|
"default_value": 305
|
|
},
|
|
"machine_show_variants": {
|
|
"default_value": true
|
|
},
|
|
"machine_nozzle_head_distance": {
|
|
"default_value": 5
|
|
},
|
|
"machine_nozzle_expansion_angle": {
|
|
"default_value": 45
|
|
}
|
|
}
|
|
}
|