mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
Move extruder trains to metadata
Uranium doesn't know about extruder trains so it can't load that. Cura doesn't have access to anything outside of metadata or settings. So I'm putting it into metadata. Contributes to issues CURA-1278 and CURA-351.
This commit is contained in:
parent
8039184c18
commit
19695a93b5
1 changed files with 5 additions and 5 deletions
|
@ -11,11 +11,11 @@
|
|||
"file_formats": "text/x-gcode;application/x-stl-ascii;application/x-stl-binary;application/x-wavefront-obj;application/x3g",
|
||||
"visible": false,
|
||||
"preferred_material": "pla",
|
||||
"preferred_quality": "normal"
|
||||
},
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"0": "fdmextruder"
|
||||
"preferred_quality": "normal",
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"0": "fdmextruder"
|
||||
}
|
||||
},
|
||||
"settings":
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue