mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
Move file types to machine metadata
Much better place than machine settings... Contributes to issue CURA-611.
This commit is contained in:
parent
80698c47de
commit
0fc17ffda0
28 changed files with 32 additions and 64 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue