mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 00:59:01 +08:00
JSON fix: visible wasn't inside metadata (CURA-1443)
This commit is contained in:
parent
6b5e72de72
commit
d67bd1015e
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"id": "ultimaker_base",
|
"id": "ultimaker_base",
|
||||||
"version": 2,
|
"version": 2,
|
||||||
"visible": false,
|
|
||||||
"name": "Ultimaker",
|
"name": "Ultimaker",
|
||||||
"inherits": "fdmprinter",
|
"inherits": "fdmprinter",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"author": "Ultimaker",
|
"author": "Ultimaker",
|
||||||
"manufacturer": "Ultimaker",
|
"manufacturer": "Ultimaker",
|
||||||
|
"visible": false,
|
||||||
"preferred_profile": "Normal Quality",
|
"preferred_profile": "Normal Quality",
|
||||||
"preferred_nozzle": "0.4 mm",
|
"preferred_nozzle": "0.4 mm",
|
||||||
"preferred_material": "PLA"
|
"preferred_material": "PLA"
|
||||||
|
@ -3,14 +3,14 @@
|
|||||||
"version": 2,
|
"version": 2,
|
||||||
"name": "Ultimaker 2 Extended+",
|
"name": "Ultimaker 2 Extended+",
|
||||||
"inherits": "ultimaker2_plus",
|
"inherits": "ultimaker2_plus",
|
||||||
"visible": false,
|
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"author": "Ultimaker",
|
"author": "Ultimaker",
|
||||||
"manufacturer": "Ultimaker",
|
"manufacturer": "Ultimaker",
|
||||||
"category": "Ultimaker",
|
"category": "Ultimaker",
|
||||||
"file_formats": "text/x-gcode",
|
"file_formats": "text/x-gcode",
|
||||||
"platform": "ultimaker2_platform.obj",
|
"platform": "ultimaker2_platform.obj",
|
||||||
"platform_texture": "Ultimaker2ExtendedPlusbackplate.png"
|
"platform_texture": "Ultimaker2ExtendedPlusbackplate.png",
|
||||||
|
"visible": false
|
||||||
},
|
},
|
||||||
|
|
||||||
"overrides": {
|
"overrides": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user