mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
JSON fix: visible wasn't inside metadata (CURA-1443)
This commit is contained in:
parent
6b5e72de72
commit
d67bd1015e
2 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"id": "ultimaker_base",
|
||||
"version": 2,
|
||||
"visible": false,
|
||||
"name": "Ultimaker",
|
||||
"inherits": "fdmprinter",
|
||||
"metadata": {
|
||||
"author": "Ultimaker",
|
||||
"manufacturer": "Ultimaker",
|
||||
"visible": false,
|
||||
"preferred_profile": "Normal Quality",
|
||||
"preferred_nozzle": "0.4 mm",
|
||||
"preferred_material": "PLA"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue