JSON fix: visible wasn't inside metadata (CURA-1443)

This commit is contained in:
Tim Kuipers 2016-05-30 14:50:09 +02:00
parent 6b5e72de72
commit d67bd1015e
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -3,14 +3,14 @@
"version": 2,
"name": "Ultimaker 2 Extended+",
"inherits": "ultimaker2_plus",
"visible": false,
"metadata": {
"author": "Ultimaker",
"manufacturer": "Ultimaker",
"category": "Ultimaker",
"file_formats": "text/x-gcode",
"platform": "ultimaker2_platform.obj",
"platform_texture": "Ultimaker2ExtendedPlusbackplate.png"
"platform_texture": "Ultimaker2ExtendedPlusbackplate.png",
"visible": false
},
"overrides": {