mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 01:55:56 +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.",
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"visible": false
|
||||
"visible": false,
|
||||
"inherit": false
|
||||
},
|
||||
"top_bottom_thickness": {
|
||||
"label": "Bottom/Top Thickness",
|
||||
@ -455,6 +456,7 @@
|
||||
"visible": false,
|
||||
"inherit_function": "0 if parent_value == 0 else (infill_line_width * 100) / parent_value"
|
||||
}
|
||||
}
|
||||
},
|
||||
"infill_pattern": {
|
||||
"label": "Infill Pattern",
|
||||
@ -468,7 +470,7 @@
|
||||
"zigzag": "Zig Zag"
|
||||
},
|
||||
"default": "grid",
|
||||
"inherit_function": "'lines' if parent_value > 25 else 'grid'"
|
||||
"inherit_function": "'lines' if infill_sparse_density > 25 else 'grid'"
|
||||
},
|
||||
"infill_overlap": {
|
||||
"label": "Infill Overlap",
|
||||
@ -480,7 +482,6 @@
|
||||
"max_value": "100",
|
||||
"inherit_function": "10 if infill_sparse_density < 95 else 0",
|
||||
"visible": false
|
||||
}
|
||||
},
|
||||
"infill_wipe_dist": {
|
||||
"label": "Infill Wipe Distance",
|
||||
|
Loading…
x
Reference in New Issue
Block a user