mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 15:37:27 -06: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 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
|||
{
|
||||
"id": "fdmprinter",
|
||||
"name": "FDM Printer Base Description",
|
||||
"version": 2,
|
||||
"metadata":
|
||||
{
|
||||
"author": "Ultimaker B.V.",
|
||||
"category": "Ultimaker",
|
||||
"manufacturer": "Ultimaker",
|
||||
"file_formats": "text/x-gcode;application/x-stl-ascii;application/x-stl-binary;application/x-wavefront-obj;application/x3g",
|
||||
"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":
|
||||
{
|
||||
"machine_settings":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue