Cura/resources/definitions/ultimaker_original_plus.def.json
Jaime van Kessel cd6092581b Removed extraneous space
CURA-1385
2016-06-23 11:17:28 +02:00

23 lines
617 B
JSON

{
"id": "ultimaker_original_plus",
"version": 2,
"name": "Ultimaker Original+",
"inherits": "ultimaker_original",
"metadata": {
"author": "Ultimaker",
"manufacturer": "Ultimaker",
"category": "Ultimaker",
"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
}
}
}