mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-17 02:25:54 +08:00
JSON: support roof extruder and support first_layer_extruder were illegitimate children of support_extruder_nr
This commit is contained in:
parent
dd5c016fa5
commit
2783a4b8b6
@ -84,26 +84,26 @@
|
|||||||
"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",
|
||||||
"children": {
|
"inherit_function": "support_extruder_nr"
|
||||||
"support_extruder_nr_layer_0": {
|
},
|
||||||
"label": "First Layer Support Extruder",
|
"support_roof_extruder_nr": {
|
||||||
"description": "The extruder train to use for printing the first layer of support. This is used in multi-extrusion.",
|
"label": "Support Roof Extruder",
|
||||||
"type": "int",
|
"description": "The extruder train to use for printing the roof of the support. This is used in multi-extrusion.",
|
||||||
"default": 0,
|
"type": "int",
|
||||||
"min_value": "0",
|
"default": 0,
|
||||||
"max_value": "16"
|
"min_value": "0",
|
||||||
},
|
"max_value": "16",
|
||||||
"support_roof_extruder_nr": {
|
"inherit_function": "support_extruder_nr",
|
||||||
"label": "Support Roof Extruder",
|
"enabled": "support_roof_enable"
|
||||||
"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…
x
Reference in New Issue
Block a user