mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
JSON: support extruder nr for roof/layer_0 children of support_extruder_nr and introduced new support_infill_extruder_nr (CURA-366)
The engine now retrieves support_infill_extruder_nr instead of support_extruder_nr
This commit is contained in:
parent
b2b477fda8
commit
976abd5df8
1 changed files with 27 additions and 19 deletions
|
@ -84,26 +84,34 @@
|
||||||
"type": "int",
|
"type": "int",
|
||||||
"default": 0,
|
"default": 0,
|
||||||
"min_value": "0",
|
"min_value": "0",
|
||||||
"max_value": "16"
|
|
||||||
},
|
|
||||||
"support_extruder_nr_layer_0": {
|
|
||||||
"label": "First Layer Support Extruder",
|
|
||||||
"description": "The extruder train to use for printing the first layer of support. This is used in multi-extrusion.",
|
|
||||||
"type": "int",
|
|
||||||
"default": 0,
|
|
||||||
"min_value": "0",
|
|
||||||
"max_value": "16",
|
"max_value": "16",
|
||||||
"inherit_function": "support_extruder_nr"
|
"children": {
|
||||||
},
|
"support_infill_extruder_nr": {
|
||||||
"support_roof_extruder_nr": {
|
"label": "Support Infill Extruder",
|
||||||
"label": "Support Roof Extruder",
|
"description": "The extruder train to use for printing the infill of the support. This is used in multi-extrusion.",
|
||||||
"description": "The extruder train to use for printing the roof of the support. This is used in multi-extrusion.",
|
"type": "int",
|
||||||
"type": "int",
|
"default": 0,
|
||||||
"default": 0,
|
"min_value": "0",
|
||||||
"min_value": "0",
|
"max_value": "16"
|
||||||
"max_value": "16",
|
},
|
||||||
"inherit_function": "support_extruder_nr",
|
"support_extruder_nr_layer_0": {
|
||||||
"enabled": "support_roof_enable"
|
"label": "First Layer Support Extruder",
|
||||||
|
"description": "The extruder train to use for printing the first layer of support infill. This is used in multi-extrusion.",
|
||||||
|
"type": "int",
|
||||||
|
"default": 0,
|
||||||
|
"min_value": "0",
|
||||||
|
"max_value": "16"
|
||||||
|
},
|
||||||
|
"support_roof_extruder_nr": {
|
||||||
|
"label": "Support Roof Extruder",
|
||||||
|
"description": "The extruder train to use for printing the roof of the support. This is used in multi-extrusion.",
|
||||||
|
"type": "int",
|
||||||
|
"default": 0,
|
||||||
|
"min_value": "0",
|
||||||
|
"max_value": "16",
|
||||||
|
"enabled": "support_roof_enable"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue