mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-01-18 05:45:40 -07:00
machine definition visibility should be a metadata property and should be set to true for only those definitions which are actually machines
11 lines
222 B
JSON
11 lines
222 B
JSON
{
|
|
"id": "ultimaker_base",
|
|
"version": 2,
|
|
"name": "Ultimaker",
|
|
"inherits": "fdmprinter",
|
|
"metadata": {
|
|
"author": "Ultimaker",
|
|
"manufacturer": "Ultimaker",
|
|
"visible": false
|
|
}
|
|
}
|