mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 17:55:52 +08:00
Set support tower angle to 0
This enlarges small areas to immediately be equal to support_tower_diameter^2. Contributes to CURA-10220 Co-authored-by: Rijk van Manen <rijk.vanmanen@ultimaker.com>
This commit is contained in:
parent
046d6ab01c
commit
46fe9c0568
@ -120,6 +120,7 @@
|
||||
"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": "support_line_width if support_interface_enable else 0" },
|
||||
"support_tower_roof_angle": { "value": "0" },
|
||||
"support_use_towers": { "value": true },
|
||||
"support_wall_count": { "value": "1 if support_structure == 'tree' else 0" },
|
||||
"support_xy_distance": { "value": "1" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user