mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07: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
1 changed files with 1 additions and 0 deletions
|
|
@ -120,6 +120,7 @@
|
||||||
"support_interface_skip_height": { "value": "layer_height" },
|
"support_interface_skip_height": { "value": "layer_height" },
|
||||||
"support_line_distance": { "minimum_value_warning": "0 if support_structure == 'tree' else support_line_width" },
|
"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_offset": { "value": "support_line_width if support_interface_enable else 0" },
|
||||||
|
"support_tower_roof_angle": { "value": "0" },
|
||||||
"support_use_towers": { "value": true },
|
"support_use_towers": { "value": true },
|
||||||
"support_wall_count": { "value": "1 if support_structure == 'tree' else 0" },
|
"support_wall_count": { "value": "1 if support_structure == 'tree' else 0" },
|
||||||
"support_xy_distance": { "value": "1" },
|
"support_xy_distance": { "value": "1" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue