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
This commit is contained in:
Tim Kuipers 2016-06-10 14:52:15 +02:00
parent 6bb1793d12
commit 67058c3d45
3 changed files with 3 additions and 5 deletions

View file

@ -5,7 +5,7 @@
"inherits": "fdmprinter",
"metadata": {
"author": "Ultimaker",
"manufacturer": "Ultimaker"
"visible": false,
"manufacturer": "Ultimaker",
"visible": false
}
}