mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-17 18:35:54 +08:00
Change infill settings back to not being children of infill density
For some reason, making them children causes them to disappear
This commit is contained in:
parent
0b9047f6ca
commit
6effacb1de
@ -275,7 +275,8 @@
|
|||||||
"description": "Make an extra wall at every second layer, so that infill will be caught between an extra wall above and one below. This results in a better cohesion between infill and walls, but might have an impact on the surface quality.",
|
"description": "Make an extra wall at every second layer, so that infill will be caught between an extra wall above and one below. This results in a better cohesion between infill and walls, but might have an impact on the surface quality.",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": false,
|
"default": false,
|
||||||
"visible": false
|
"visible": false,
|
||||||
|
"inherit": false
|
||||||
},
|
},
|
||||||
"top_bottom_thickness": {
|
"top_bottom_thickness": {
|
||||||
"label": "Bottom/Top Thickness",
|
"label": "Bottom/Top Thickness",
|
||||||
@ -455,6 +456,7 @@
|
|||||||
"visible": false,
|
"visible": false,
|
||||||
"inherit_function": "0 if parent_value == 0 else (infill_line_width * 100) / parent_value"
|
"inherit_function": "0 if parent_value == 0 else (infill_line_width * 100) / parent_value"
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"infill_pattern": {
|
"infill_pattern": {
|
||||||
"label": "Infill Pattern",
|
"label": "Infill Pattern",
|
||||||
@ -468,7 +470,7 @@
|
|||||||
"zigzag": "Zig Zag"
|
"zigzag": "Zig Zag"
|
||||||
},
|
},
|
||||||
"default": "grid",
|
"default": "grid",
|
||||||
"inherit_function": "'lines' if parent_value > 25 else 'grid'"
|
"inherit_function": "'lines' if infill_sparse_density > 25 else 'grid'"
|
||||||
},
|
},
|
||||||
"infill_overlap": {
|
"infill_overlap": {
|
||||||
"label": "Infill Overlap",
|
"label": "Infill Overlap",
|
||||||
@ -480,7 +482,6 @@
|
|||||||
"max_value": "100",
|
"max_value": "100",
|
||||||
"inherit_function": "10 if infill_sparse_density < 95 else 0",
|
"inherit_function": "10 if infill_sparse_density < 95 else 0",
|
||||||
"visible": false
|
"visible": false
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"infill_wipe_dist": {
|
"infill_wipe_dist": {
|
||||||
"label": "Infill Wipe Distance",
|
"label": "Infill Wipe Distance",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user