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 @@
|
|||
"manufacturer": "Other",
|
||||
"author": "BQ",
|
||||
"platform": "bq_witbox_platform.stl",
|
||||
"file_formats": "text/x-gcode",
|
||||
"inherits": "fdmprinter.json",
|
||||
|
||||
"machine_settings": {
|
||||
|
@ -34,9 +35,6 @@
|
|||
},
|
||||
"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