mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 23:35:07 -06:00
Change support_infill_angle to support_infill_angles
CURA-5882
This commit is contained in:
parent
5bc7ddf3ee
commit
f86ca15676
23 changed files with 55 additions and 55 deletions
|
@ -95,7 +95,7 @@ support_pattern = grid
|
|||
support_wall_count = 0
|
||||
zig_zaggify_support = False
|
||||
support_infill_rate = =20 if support_enable else 0 if support_tree_enable else 20
|
||||
support_infill_angle = 0
|
||||
support_infill_angles = [0]
|
||||
support_brim_enable = True
|
||||
support_brim_line_count = 5
|
||||
support_z_distance = 0.18
|
||||
|
|
|
@ -95,7 +95,7 @@ support_pattern = grid
|
|||
support_wall_count = 0
|
||||
zig_zaggify_support = False
|
||||
support_infill_rate = =15 if support_enable else 0 if support_tree_enable else 15
|
||||
support_infill_angle = 0
|
||||
support_infill_angles = [0]
|
||||
support_brim_enable = True
|
||||
support_brim_line_count = 5
|
||||
support_z_distance = 0.3
|
||||
|
|
|
@ -95,7 +95,7 @@ support_pattern = grid
|
|||
support_wall_count = 0
|
||||
zig_zaggify_support = False
|
||||
support_infill_rate = =20 if support_enable else 0 if support_tree_enable else 20
|
||||
support_infill_angle = 0
|
||||
support_infill_angles = [0]
|
||||
support_brim_enable = True
|
||||
support_brim_line_count = 5
|
||||
support_z_distance = 0.21
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue