mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-11 06:49:01 +08: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
@ -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…
x
Reference in New Issue
Block a user