mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
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:
parent
933ca70890
commit
cdaeb13c3a
4 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue