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
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue