Use support infill density instead of line distance

Making these profiles use line distance prevents the user from setting their own density. This density is exactly equivalent.

Contributes to issue CURA-3491.
This commit is contained in:
Ghostkeeper 2017-03-17 13:29:15 +01:00
parent 933ca70890
commit cdaeb13c3a
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75
4 changed files with 4 additions and 4 deletions

View file

@ -28,7 +28,7 @@ raft_margin = 15
retraction_count_max = 80
skin_overlap = 30
speed_layer_0 = 25
support_interface_line_distance = 0.4
support_interface_density = 87.5
support_interface_pattern = lines
support_pattern = zigzag
wall_line_width_x = =round(line_width * 0.4 / 0.35, 2)

View file

@ -29,7 +29,7 @@ raft_margin = 15
retraction_count_max = 80
skin_overlap = 30
speed_layer_0 = 25
support_interface_line_distance = 0.4
support_interface_density = 87.5
support_interface_pattern = lines
support_pattern = zigzag
wall_line_width_x = =round(line_width * 0.4 / 0.35, 2)

View file

@ -27,7 +27,7 @@ raft_margin = 15
retraction_count_max = 80
skin_overlap = 30
speed_layer_0 = 25
support_interface_line_distance = 0.4
support_interface_density = 87.5
support_interface_pattern = lines
support_pattern = zigzag
wall_line_width_x = =round(line_width * 0.4 / 0.35, 2)

View file

@ -26,7 +26,7 @@ raft_margin = 15
retraction_count_max = 80
skin_overlap = 30
speed_layer_0 = 25
support_interface_line_distance = 0.4
support_interface_density = 87.5
support_interface_pattern = lines
support_pattern = zigzag
wall_line_width_x = =round(line_width * 0.4 / 0.35, 2)