mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-03 08:35:15 +08:00
Move the infill pattern and infill overlap settings back as children of infill_density
This makes the inherit functions work properly
This commit is contained in:
parent
769ff84c15
commit
e42ffb23ca
@ -455,7 +455,6 @@
|
|||||||
"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",
|
||||||
@ -481,6 +480,7 @@
|
|||||||
"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