mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Re-enable support towers
Decrease `support_offset` setting as using both support towers and support horizontal expansion would apply the same concept twice. Remove duplicate settings in other ultimaker profiles. Contributes to CURA-10220 Co-authored-by: Rijk van Manen <rijk.vanmanen@ultimaker.com>
This commit is contained in:
parent
4164f39916
commit
046d6ab01c
8 changed files with 2 additions and 9 deletions
|
@ -119,8 +119,8 @@
|
|||
"support_interface_pattern": { "value": "'zigzag'" },
|
||||
"support_interface_skip_height": { "value": "layer_height" },
|
||||
"support_line_distance": { "minimum_value_warning": "0 if support_structure == 'tree' else support_line_width" },
|
||||
"support_offset": { "value": "3 if support_interface_enable else 0" },
|
||||
"support_use_towers": { "value": false },
|
||||
"support_offset": { "value": "support_line_width if support_interface_enable else 0" },
|
||||
"support_use_towers": { "value": true },
|
||||
"support_wall_count": { "value": "1 if support_structure == 'tree' else 0" },
|
||||
"support_xy_distance": { "value": "1" },
|
||||
"support_xy_distance_overhang": { "value": "0.2" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue