Cura/resources/definitions/ultimaker.def.json
Tim Kuipers 67058c3d45 fix: definition visibility got borked (CURA-1443)
machine definition visibility should be a metadata property and should be set to true for only those definitions which are actually machines
2016-06-10 14:52:15 +02:00

11 lines
222 B
JSON

{
"id": "ultimaker_base",
"version": 2,
"name": "Ultimaker",
"inherits": "fdmprinter",
"metadata": {
"author": "Ultimaker",
"manufacturer": "Ultimaker",
"visible": false
}
}