mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-21 20:19:32 +08:00
Fix: Only set support_tower_roof_angle to 0 if support_interface is enabled
Contributes to CURA-10220 Co-authored-by: Rijk van Manen <rijk.vanmanen@ultimaker.com>
This commit is contained in:
parent
5fb51d3535
commit
8574e5866c
@ -120,7 +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": "0.9 if support_interface_enable else 0" },
|
||||
"support_tower_roof_angle": { "value": "65 if support_interface_enable else 0" },
|
||||
"support_tower_roof_angle": { "value": "0 if support_interface_enable else 65" },
|
||||
"support_wall_count": { "value": "1 if support_structure == 'tree' else 0" },
|
||||
"support_xy_distance": { "value": "1" },
|
||||
"support_xy_distance_overhang": { "value": "0.2" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user