mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 22:25:55 +08:00
Set the infill density of the support to 0% when tree structures are used.
Relates to CURA-9520
This commit is contained in:
parent
2e23fe84ff
commit
6ea1079b60
@ -224,7 +224,7 @@
|
|||||||
"value": true
|
"value": true
|
||||||
},
|
},
|
||||||
"support_infill_rate": {
|
"support_infill_rate": {
|
||||||
"value": "80 if gradual_support_infill_steps != 0 else 15"
|
"value": "0 if support_structure == 'tree' else 80 if gradual_support_infill_steps != 0 else 15"
|
||||||
},
|
},
|
||||||
"gradual_support_infill_steps": {
|
"gradual_support_infill_steps": {
|
||||||
"value": "2 if support_interface_enable else 0"
|
"value": "2 if support_interface_enable else 0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user