Change support_infill_angle to support_infill_angles

CURA-5882
This commit is contained in:
Lipu Fei 2019-08-12 13:56:44 +02:00
parent 5bc7ddf3ee
commit f86ca15676
23 changed files with 55 additions and 55 deletions

View file

@ -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

View file

@ -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

View file

@ -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