mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
Add machine_file_format setting
This will determine which file formats a machine is able to save to. The setting is currently not yet used. It will be used to filter the output formats under the Save to File dialogue. Contributes to issue CURA-611.
This commit is contained in:
parent
5693d639f1
commit
80698c47de
14 changed files with 49 additions and 4 deletions
|
@ -34,6 +34,9 @@
|
|||
},
|
||||
"machine_platform_offset": {
|
||||
"default": [0, -145, -38]
|
||||
},
|
||||
"machine_file_formats": {
|
||||
"default": "text/x-gcode",
|
||||
}
|
||||
},
|
||||
"overrides": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue