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
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"id": "ultimaker2_go",
|
|
"version": 2,
|
|
"name": "Ultimaker 2 Go",
|
|
"inherits": "ultimaker2",
|
|
"metadata": {
|
|
"author": "Ultimaker",
|
|
"manufacturer": "Ultimaker",
|
|
"category": "Ultimaker",
|
|
"weight": 3,
|
|
"file_formats": "text/x-gcode",
|
|
"icon": "icon_ultimaker2.png",
|
|
"platform": "ultimaker2go_platform.obj",
|
|
"platform_texture": "Ultimaker2Gobackplate.png",
|
|
"platform_offset": [0, 0, 0],
|
|
"supported_actions":["UpgradeFirmware"]
|
|
},
|
|
|
|
"overrides": {
|
|
"machine_width": {
|
|
"default_value": 120
|
|
},
|
|
"machine_depth": {
|
|
"default_value": 120
|
|
},
|
|
"machine_height": {
|
|
"default_value": 115
|
|
},
|
|
"machine_heated_bed": {
|
|
"default_value": false
|
|
},
|
|
"machine_disallowed_areas": {
|
|
"default_value": [
|
|
[[-60, 60], [-33, 60], [-35, 52], [-60, 52]],
|
|
[[ 60, 60], [ 60, 52], [ 35, 52], [ 33, 60]],
|
|
[[-60, -60], [-60, -52], [-35, -52], [-33, -60]],
|
|
[[ 60, -60], [ 33, -60], [ 35, -52], [ 60, -52]]
|
|
]
|
|
}
|
|
}
|
|
}
|