mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@
|
|||
"value": true
|
||||
},
|
||||
"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": {
|
||||
"value": "2 if support_interface_enable else 0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue