mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06: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
|
|
}
|
|
}
|