mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Cleaned up all the variant settings. Zig zag support is now default for all nozzle types.
Relates to PP-108
This commit is contained in:
parent
fdc48495e5
commit
0f48878bc7
20 changed files with 0 additions and 20 deletions
|
@ -35,7 +35,6 @@ speed_topbottom = 20
|
|||
speed_wall = =math.ceil(speed_print * 30 / 55)
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance / 2
|
||||
support_pattern = zigzag
|
||||
support_top_distance = =support_z_distance
|
||||
support_use_towers = True
|
||||
support_z_distance = =layer_height * 2
|
||||
|
|
|
@ -43,7 +43,6 @@ speed_topbottom = =math.ceil(speed_print * 25 / 35)
|
|||
speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance / 2
|
||||
support_pattern = zigzag
|
||||
support_top_distance = =support_z_distance
|
||||
support_z_distance = =layer_height * 2
|
||||
switch_extruder_prime_speed = 20
|
||||
|
|
|
@ -31,7 +31,6 @@ speed_topbottom = =math.ceil(speed_print * 30 / 70)
|
|||
speed_wall = =math.ceil(speed_print * 30 / 70)
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance / 2
|
||||
support_pattern = zigzag
|
||||
support_top_distance = =support_z_distance
|
||||
support_use_towers = True
|
||||
support_z_distance = =layer_height * 2
|
||||
|
|
|
@ -69,7 +69,6 @@ support_interface_height = 0.6
|
|||
support_interface_skip_height = =layer_height
|
||||
support_join_distance = 3
|
||||
support_offset = 1.5
|
||||
support_pattern = triangles
|
||||
support_use_towers = False
|
||||
support_xy_distance = =round(wall_line_width_0 * 0.75, 2)
|
||||
support_xy_distance_overhang = =wall_line_width_0 / 4
|
||||
|
|
|
@ -35,7 +35,6 @@ speed_topbottom = 20
|
|||
speed_wall = =math.ceil(speed_print * 30 / 55)
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance / 2
|
||||
support_pattern = zigzag
|
||||
support_top_distance = =support_z_distance
|
||||
support_use_towers = True
|
||||
support_z_distance = =layer_height * 2
|
||||
|
|
|
@ -43,7 +43,6 @@ speed_topbottom = =math.ceil(speed_print * 25 / 35)
|
|||
speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance / 2
|
||||
support_pattern = zigzag
|
||||
support_top_distance = =support_z_distance
|
||||
support_z_distance = =layer_height * 2
|
||||
switch_extruder_prime_speed = 20
|
||||
|
|
|
@ -31,7 +31,6 @@ speed_topbottom = =math.ceil(speed_print * 30 / 70)
|
|||
speed_wall = =math.ceil(speed_print * 30 / 70)
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance / 2
|
||||
support_pattern = zigzag
|
||||
support_top_distance = =support_z_distance
|
||||
support_use_towers = True
|
||||
support_z_distance = =layer_height * 2
|
||||
|
|
|
@ -69,7 +69,6 @@ support_interface_height = 0.6
|
|||
support_interface_skip_height = =layer_height
|
||||
support_join_distance = 3
|
||||
support_offset = 1.5
|
||||
support_pattern = triangles
|
||||
support_use_towers = False
|
||||
support_xy_distance = =round(wall_line_width_0 * 0.75, 2)
|
||||
support_xy_distance_overhang = =wall_line_width_0 / 4
|
||||
|
|
|
@ -36,7 +36,6 @@ speed_topbottom = 20
|
|||
speed_wall = =math.ceil(speed_print * 30 / 55)
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance / 2
|
||||
support_pattern = zigzag
|
||||
support_top_distance = =support_z_distance
|
||||
support_use_towers = True
|
||||
support_z_distance = =layer_height * 2
|
||||
|
|
|
@ -44,7 +44,6 @@ speed_topbottom = =math.ceil(speed_print * 25 / 35)
|
|||
speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance / 2
|
||||
support_pattern = zigzag
|
||||
support_top_distance = =support_z_distance
|
||||
support_z_distance = =layer_height * 2
|
||||
switch_extruder_prime_speed = 20
|
||||
|
|
|
@ -30,7 +30,6 @@ speed_topbottom = =math.ceil(speed_print * 30 / 70)
|
|||
speed_wall = =math.ceil(speed_print * 30 / 70)
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance / 2
|
||||
support_pattern = zigzag
|
||||
support_top_distance = =support_z_distance
|
||||
support_use_towers = True
|
||||
support_z_distance = =layer_height * 2
|
||||
|
|
|
@ -67,7 +67,6 @@ support_interface_height = 0.6
|
|||
support_interface_skip_height = =layer_height
|
||||
support_join_distance = 3
|
||||
support_offset = 1.5
|
||||
support_pattern = triangles
|
||||
support_use_towers = False
|
||||
support_xy_distance = =round(wall_line_width_0 * 0.75, 2)
|
||||
support_xy_distance_overhang = =wall_line_width_0 / 4
|
||||
|
|
|
@ -35,7 +35,6 @@ speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
|
|||
speed_wall_x = =speed_wall
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance / 2
|
||||
support_pattern = zigzag
|
||||
support_top_distance = =support_z_distance
|
||||
support_use_towers = True
|
||||
support_z_distance = =layer_height * 2
|
||||
|
|
|
@ -35,7 +35,6 @@ speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
|
|||
speed_wall_x = =speed_wall
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance / 2
|
||||
support_pattern = zigzag
|
||||
support_top_distance = =support_z_distance
|
||||
support_use_towers = True
|
||||
support_z_distance = =layer_height * 2
|
||||
|
|
|
@ -35,7 +35,6 @@ speed_topbottom = 20
|
|||
speed_wall = =math.ceil(speed_print * 30 / 55)
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance / 2
|
||||
support_pattern = zigzag
|
||||
support_top_distance = =support_z_distance
|
||||
support_use_towers = True
|
||||
support_z_distance = =layer_height * 2
|
||||
|
|
|
@ -45,7 +45,6 @@ speed_topbottom = =math.ceil(speed_print * 25 / 35)
|
|||
speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance / 2
|
||||
support_pattern = zigzag
|
||||
support_top_distance = =support_z_distance
|
||||
support_z_distance = =layer_height * 2
|
||||
switch_extruder_prime_speed = 20
|
||||
|
|
|
@ -30,7 +30,6 @@ speed_topbottom = =math.ceil(speed_print * 30 / 70)
|
|||
speed_wall = =math.ceil(speed_print * 30 / 70)
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance / 2
|
||||
support_pattern = zigzag
|
||||
support_top_distance = =support_z_distance
|
||||
support_use_towers = True
|
||||
support_z_distance = =layer_height * 2
|
||||
|
|
|
@ -67,7 +67,6 @@ support_interface_height = 0.6
|
|||
support_interface_skip_height = =layer_height
|
||||
support_join_distance = 3
|
||||
support_offset = 1.5
|
||||
support_pattern = triangles
|
||||
support_use_towers = False
|
||||
support_xy_distance = =wall_line_width_0
|
||||
support_xy_distance_overhang = =wall_line_width_0 / 4
|
||||
|
|
|
@ -35,7 +35,6 @@ speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
|
|||
speed_wall_x = =speed_wall
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance / 2
|
||||
support_pattern = zigzag
|
||||
support_top_distance = =support_z_distance
|
||||
support_use_towers = True
|
||||
support_z_distance = =layer_height * 2
|
||||
|
|
|
@ -35,7 +35,6 @@ speed_wall_0 = =math.ceil(speed_wall * 25 / 30)
|
|||
speed_wall_x = =speed_wall
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance / 2
|
||||
support_pattern = zigzag
|
||||
support_top_distance = =support_z_distance
|
||||
support_use_towers = True
|
||||
support_z_distance = =layer_height * 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue