mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Remove redundant travel avoid distance settings
The UM3 definition sets the setting to 3mm. Nothing else sets it to another value except FDM Printer. I left the UM3 setting in and removed all travel_avoid_distance settings in the UM3 profiles.
This commit is contained in:
parent
600428a0a3
commit
39986baa2f
15 changed files with 0 additions and 15 deletions
|
@ -45,6 +45,5 @@ speed_wall = =math.ceil(speed_print * 50 / 50)
|
|||
speed_wall_0 = =math.ceil(speed_wall * 40 / 50)
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_z_distance = =layer_height
|
||||
travel_avoid_distance = 3
|
||||
wall_0_inset = 0
|
||||
wall_thickness = 1
|
||||
|
|
|
@ -45,5 +45,4 @@ speed_wall = =math.ceil(speed_print * 45 / 45)
|
|||
speed_wall_0 = =math.ceil(speed_wall * 35 / 45)
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_z_distance = =layer_height
|
||||
travel_avoid_distance = 3
|
||||
wall_0_inset = 0
|
||||
|
|
|
@ -47,5 +47,4 @@ speed_wall = =math.ceil(speed_print * 35 / 40)
|
|||
speed_wall_0 = =math.ceil(speed_wall * 30 / 35)
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_z_distance = =layer_height
|
||||
travel_avoid_distance = 3
|
||||
wall_0_inset = 0
|
||||
|
|
|
@ -46,5 +46,4 @@ speed_wall = =math.ceil(speed_print * 35 / 40)
|
|||
speed_wall_0 = =math.ceil(speed_wall * 30 / 35)
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_z_distance = =layer_height
|
||||
travel_avoid_distance = 3
|
||||
wall_0_inset = 0
|
||||
|
|
|
@ -59,7 +59,6 @@ support_interface_pattern = lines
|
|||
switch_extruder_prime_speed = 15
|
||||
switch_extruder_retraction_amount = 20
|
||||
switch_extruder_retraction_speeds = 35
|
||||
travel_avoid_distance = 3
|
||||
wall_0_inset = 0
|
||||
wall_line_width_x = =round(line_width * 0.4 / 0.35, 2)
|
||||
wall_thickness = 1.2
|
||||
|
|
|
@ -58,7 +58,6 @@ support_interface_pattern = lines
|
|||
switch_extruder_prime_speed = 15
|
||||
switch_extruder_retraction_amount = 20
|
||||
switch_extruder_retraction_speeds = 35
|
||||
travel_avoid_distance = 3
|
||||
wall_0_inset = 0
|
||||
wall_line_width_x = =round(line_width * 0.4 / 0.35, 2)
|
||||
wall_thickness = 1.2
|
||||
|
|
|
@ -59,7 +59,6 @@ support_interface_pattern = lines
|
|||
switch_extruder_prime_speed = 15
|
||||
switch_extruder_retraction_amount = 20
|
||||
switch_extruder_retraction_speeds = 35
|
||||
travel_avoid_distance = 3
|
||||
wall_0_inset = 0
|
||||
wall_line_width_x = =round(line_width * 0.4 / 0.35, 2)
|
||||
wall_thickness = 1.2
|
||||
|
|
|
@ -56,7 +56,6 @@ support_interface_pattern = lines
|
|||
switch_extruder_prime_speed = 15
|
||||
switch_extruder_retraction_amount = 20
|
||||
switch_extruder_retraction_speeds = 35
|
||||
travel_avoid_distance = 3
|
||||
wall_0_inset = 0
|
||||
wall_line_width_x = =round(line_width * 0.4 / 0.35, 2)
|
||||
wall_thickness = 1.2
|
||||
|
|
|
@ -60,7 +60,6 @@ switch_extruder_prime_speed = 15
|
|||
switch_extruder_retraction_amount = 20
|
||||
switch_extruder_retraction_speeds = 35
|
||||
top_bottom_thickness = 0.7
|
||||
travel_avoid_distance = 3
|
||||
wall_0_inset = 0
|
||||
wall_line_width_x = =line_width
|
||||
wall_thickness = 0.76
|
||||
|
|
|
@ -61,7 +61,6 @@ switch_extruder_prime_speed = 15
|
|||
switch_extruder_retraction_amount = 20
|
||||
switch_extruder_retraction_speeds = 35
|
||||
top_bottom_thickness = 0.7
|
||||
travel_avoid_distance = 3
|
||||
wall_0_inset = 0
|
||||
wall_line_width_x = =line_width
|
||||
wall_thickness = 0.76
|
||||
|
|
|
@ -58,7 +58,6 @@ switch_extruder_prime_speed = 15
|
|||
switch_extruder_retraction_amount = 20
|
||||
switch_extruder_retraction_speeds = 35
|
||||
top_bottom_thickness = 0.7
|
||||
travel_avoid_distance = 3
|
||||
wall_0_inset = 0
|
||||
wall_line_width_x = =line_width
|
||||
wall_thickness = 0.76
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue