mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 16:39:00 +08:00
Merge pull request #12878 from Ultimaker/CURA-9520_Fix_support_infill_tree_support
CURA-9520_Fix_support_infill_tree_support
This commit is contained in:
commit
c27cee8a72
@ -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…
x
Reference in New Issue
Block a user