mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Use support interface density instead of line distance
This way the user can still override the line distance if necessary. Contributes to issue CURA-3650.
This commit is contained in:
parent
9b2bd36fdf
commit
ba64573fa0
4 changed files with 4 additions and 4 deletions
|
|
@ -54,7 +54,7 @@ speed_travel = 250
|
||||||
speed_wall = =math.ceil(speed_print * 40 / 50)
|
speed_wall = =math.ceil(speed_print * 40 / 50)
|
||||||
speed_wall_0 = =math.ceil(speed_wall * 25 / 40)
|
speed_wall_0 = =math.ceil(speed_wall * 25 / 40)
|
||||||
support_bottom_distance = =support_z_distance
|
support_bottom_distance = =support_z_distance
|
||||||
support_interface_line_distance = 0.4
|
support_interface_density = 87.5
|
||||||
support_interface_pattern = lines
|
support_interface_pattern = lines
|
||||||
switch_extruder_prime_speed = 15
|
switch_extruder_prime_speed = 15
|
||||||
switch_extruder_retraction_amount = 20
|
switch_extruder_retraction_amount = 20
|
||||||
|
|
|
||||||
|
|
@ -53,7 +53,7 @@ speed_travel = 250
|
||||||
speed_wall = =math.ceil(speed_print * 40 / 50)
|
speed_wall = =math.ceil(speed_print * 40 / 50)
|
||||||
speed_wall_0 = =math.ceil(speed_wall * 25 / 40)
|
speed_wall_0 = =math.ceil(speed_wall * 25 / 40)
|
||||||
support_bottom_distance = =support_z_distance
|
support_bottom_distance = =support_z_distance
|
||||||
support_interface_line_distance = 0.4
|
support_interface_density = 87.5
|
||||||
support_interface_pattern = lines
|
support_interface_pattern = lines
|
||||||
switch_extruder_prime_speed = 15
|
switch_extruder_prime_speed = 15
|
||||||
switch_extruder_retraction_amount = 20
|
switch_extruder_retraction_amount = 20
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,7 @@ speed_travel = 250
|
||||||
speed_wall = =math.ceil(speed_print * 40 / 50)
|
speed_wall = =math.ceil(speed_print * 40 / 50)
|
||||||
speed_wall_0 = =math.ceil(speed_wall * 25 / 40)
|
speed_wall_0 = =math.ceil(speed_wall * 25 / 40)
|
||||||
support_bottom_distance = =support_z_distance
|
support_bottom_distance = =support_z_distance
|
||||||
support_interface_line_distance = 0.4
|
support_interface_density = 87.5
|
||||||
support_interface_pattern = lines
|
support_interface_pattern = lines
|
||||||
switch_extruder_prime_speed = 15
|
switch_extruder_prime_speed = 15
|
||||||
switch_extruder_retraction_amount = 20
|
switch_extruder_retraction_amount = 20
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,7 @@ speed_travel = 250
|
||||||
speed_wall = =math.ceil(speed_print * 40 / 50)
|
speed_wall = =math.ceil(speed_print * 40 / 50)
|
||||||
speed_wall_0 = =math.ceil(speed_wall * 25 / 40)
|
speed_wall_0 = =math.ceil(speed_wall * 25 / 40)
|
||||||
support_bottom_distance = =support_z_distance
|
support_bottom_distance = =support_z_distance
|
||||||
support_interface_line_distance = 0.4
|
support_interface_density = 87.5
|
||||||
support_interface_pattern = lines
|
support_interface_pattern = lines
|
||||||
switch_extruder_prime_speed = 15
|
switch_extruder_prime_speed = 15
|
||||||
switch_extruder_retraction_amount = 20
|
switch_extruder_retraction_amount = 20
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue