mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06: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
26 lines
717 B
JSON
26 lines
717 B
JSON
{
|
|
"id": "ultimaker_original_plus",
|
|
"version": 2,
|
|
"name": "Ultimaker Original+",
|
|
"inherits": "ultimaker_original",
|
|
"metadata": {
|
|
"author": "Ultimaker",
|
|
"manufacturer": "Ultimaker",
|
|
"category": "Ultimaker",
|
|
"weight": 4,
|
|
"file_formats": "text/x-gcode",
|
|
"icon": "icon_ultimaker.png",
|
|
"platform": "ultimaker2_platform.obj",
|
|
"platform_texture": "UltimakerPlusbackplate.png",
|
|
"supported_actions":["UMOCheckup", "UpgradeFirmware", "BedLevel"]
|
|
},
|
|
|
|
"overrides": {
|
|
"machine_heated_bed": {
|
|
"default_value": true
|
|
},
|
|
"machine_max_feedrate_z": {
|
|
"default_value": 30
|
|
}
|
|
}
|
|
}
|