Move file types to machine metadata

Much better place than machine settings...

Contributes to issue CURA-611.
This commit is contained in:
Ghostkeeper 2016-02-09 15:25:49 +01:00
parent 80698c47de
commit 0fc17ffda0
28 changed files with 32 additions and 64 deletions

View file

@ -5,6 +5,7 @@
"name": "FDM Printer Base Description",
"author": "Ultimaker B.V.",
"manufacturer": "Ultimaker",
"file_formats": "text/x-gcode;application/sla;prs.wavefront-obj;application/octet-stream",
"add_pages": [],
@ -175,12 +176,6 @@
"description": "The height difference between the tip of the nozzle and the gantry system (X and Y axes).",
"default": 99999999999,
"global_only": true
},
"machine_file_formats": {
"description": "The file formats that this printer is able to read.",
"type": "string",
"default": "text/x-gcode;application/sla;prs.wavefront-obj;application/octet-stream",
"global_only": true
}
},
"categories": {