mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-04 09:45:09 +08:00
Move author and file formats to metadata
The name can't be moved since it is not optional. Contributes to issue CURA-1278.
This commit is contained in:
parent
12fd002e67
commit
f24b56dc85
@ -1,15 +1,15 @@
|
|||||||
{
|
{
|
||||||
"id": "fdmprinter",
|
"id": "fdmprinter",
|
||||||
|
"name": "FDM Printer Base Description",
|
||||||
"version": 2,
|
"version": 2,
|
||||||
"metadata":
|
"metadata":
|
||||||
{
|
{
|
||||||
|
"author": "Ultimaker B.V.",
|
||||||
"category": "Ultimaker",
|
"category": "Ultimaker",
|
||||||
"manufacturer": "Ultimaker",
|
"manufacturer": "Ultimaker",
|
||||||
|
"file_formats": "text/x-gcode;application/x-stl-ascii;application/x-stl-binary;application/x-wavefront-obj;application/x3g",
|
||||||
"visible": false
|
"visible": false
|
||||||
},
|
},
|
||||||
"name": "FDM Printer Base Description",
|
|
||||||
"author": "Ultimaker B.V.",
|
|
||||||
"file_formats": "text/x-gcode;application/x-stl-ascii;application/x-stl-binary;application/x-wavefront-obj;application/x3g",
|
|
||||||
"settings":
|
"settings":
|
||||||
{
|
{
|
||||||
"machine_settings":
|
"machine_settings":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user