mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Bug fix for tree support. Wall count should switch to 1 for tree support.
Relates to PP-108
This commit is contained in:
parent
ba275c546e
commit
633e80292d
1 changed files with 2 additions and 2 deletions
|
@ -218,7 +218,7 @@
|
|||
"value": "'zigzag'"
|
||||
},
|
||||
"support_wall_count": {
|
||||
"value": 0
|
||||
"value": "1 if support_structure == 'tree' else 0"
|
||||
},
|
||||
"zig_zaggify_support": {
|
||||
"value": true
|
||||
|
@ -227,7 +227,7 @@
|
|||
"value": true
|
||||
},
|
||||
"support_infill_rate": {
|
||||
"value": "0 if support_enable and support_structure == 'tree' else (80 if support_interface_enable else 15)"
|
||||
"value": "80 if support_interface_enable 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