mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:59:13 +08:00
Increase part strength of high speed modes by compensating for the slip at high flow rates.
PP-386
This commit is contained in:
parent
36f1932dbb
commit
18fabe468b
@ -28,6 +28,7 @@ bridge_skin_speed = =bridge_wall_speed
|
|||||||
bridge_sparse_infill_max_density = 50
|
bridge_sparse_infill_max_density = 50
|
||||||
bridge_wall_speed = 30
|
bridge_wall_speed = 30
|
||||||
cool_min_layer_time = 4
|
cool_min_layer_time = 4
|
||||||
|
infill_material_flow = =1.05 * material_flow
|
||||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid'
|
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid'
|
||||||
infill_sparse_density = 15
|
infill_sparse_density = 15
|
||||||
jerk_infill = =jerk_print
|
jerk_infill = =jerk_print
|
||||||
@ -49,6 +50,7 @@ raft_airgap = 0.15
|
|||||||
retraction_amount = 6.5
|
retraction_amount = 6.5
|
||||||
retraction_prime_speed = 15
|
retraction_prime_speed = 15
|
||||||
retraction_speed = 45
|
retraction_speed = 45
|
||||||
|
skin_material_flow = =material_flow
|
||||||
small_skin_on_surface = False
|
small_skin_on_surface = False
|
||||||
small_skin_width = 4
|
small_skin_width = 4
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
@ -70,6 +72,8 @@ support_top_distance = =support_z_distance
|
|||||||
support_z_distance = =math.ceil(0.3/layer_height)*layer_height
|
support_z_distance = =math.ceil(0.3/layer_height)*layer_height
|
||||||
top_bottom_thickness = =max(1.2 , layer_height * 6)
|
top_bottom_thickness = =max(1.2 , layer_height * 6)
|
||||||
wall_0_wipe_dist = 0.8
|
wall_0_wipe_dist = 0.8
|
||||||
|
wall_x_material_flow = =1.05 * wall_material_flow
|
||||||
|
wall_x_material_flow_roofing = =wall_material_flow
|
||||||
z_seam_relative = True
|
z_seam_relative = True
|
||||||
z_seam_type = back
|
z_seam_type = back
|
||||||
zig_zaggify_infill = True
|
zig_zaggify_infill = True
|
||||||
|
@ -28,6 +28,7 @@ bridge_skin_speed = =bridge_wall_speed
|
|||||||
bridge_sparse_infill_max_density = 50
|
bridge_sparse_infill_max_density = 50
|
||||||
bridge_wall_speed = 30
|
bridge_wall_speed = 30
|
||||||
cool_min_layer_time = 4
|
cool_min_layer_time = 4
|
||||||
|
infill_material_flow = =1.1 * material_flow
|
||||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid'
|
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid'
|
||||||
infill_sparse_density = 15
|
infill_sparse_density = 15
|
||||||
jerk_infill = =jerk_print
|
jerk_infill = =jerk_print
|
||||||
@ -48,6 +49,7 @@ prime_tower_enable = False
|
|||||||
retraction_amount = 8
|
retraction_amount = 8
|
||||||
retraction_prime_speed = 15
|
retraction_prime_speed = 15
|
||||||
retraction_speed = 45
|
retraction_speed = 45
|
||||||
|
skin_material_flow = =1.05 * material_flow
|
||||||
small_skin_on_surface = False
|
small_skin_on_surface = False
|
||||||
small_skin_width = 4
|
small_skin_width = 4
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
@ -69,6 +71,8 @@ support_top_distance = =support_z_distance
|
|||||||
support_z_distance = =math.ceil(0.3/layer_height)*layer_height
|
support_z_distance = =math.ceil(0.3/layer_height)*layer_height
|
||||||
top_bottom_thickness = =max(1.2 , layer_height * 6)
|
top_bottom_thickness = =max(1.2 , layer_height * 6)
|
||||||
wall_0_wipe_dist = 0.8
|
wall_0_wipe_dist = 0.8
|
||||||
|
wall_x_material_flow = =1.1 * wall_material_flow
|
||||||
|
wall_x_material_flow_roofing = =wall_material_flow
|
||||||
z_seam_relative = True
|
z_seam_relative = True
|
||||||
z_seam_type = back
|
z_seam_type = back
|
||||||
zig_zaggify_infill = True
|
zig_zaggify_infill = True
|
||||||
|
@ -28,6 +28,7 @@ bridge_skin_speed = =bridge_wall_speed
|
|||||||
bridge_sparse_infill_max_density = 50
|
bridge_sparse_infill_max_density = 50
|
||||||
bridge_wall_speed = 30
|
bridge_wall_speed = 30
|
||||||
cool_min_layer_time = 6
|
cool_min_layer_time = 6
|
||||||
|
infill_material_flow = =1.1 * material_flow
|
||||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid'
|
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid'
|
||||||
infill_sparse_density = 15
|
infill_sparse_density = 15
|
||||||
jerk_infill = =jerk_print
|
jerk_infill = =jerk_print
|
||||||
@ -49,6 +50,7 @@ raft_airgap = 0.25
|
|||||||
retraction_amount = 6.5
|
retraction_amount = 6.5
|
||||||
retraction_prime_speed = =retraction_speed
|
retraction_prime_speed = =retraction_speed
|
||||||
retraction_speed = 45
|
retraction_speed = 45
|
||||||
|
skin_material_flow = =1.05 * material_flow
|
||||||
small_skin_on_surface = False
|
small_skin_on_surface = False
|
||||||
small_skin_width = 4
|
small_skin_width = 4
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
@ -70,6 +72,8 @@ support_top_distance = =support_z_distance
|
|||||||
support_z_distance = =math.ceil(0.3/layer_height)*layer_height
|
support_z_distance = =math.ceil(0.3/layer_height)*layer_height
|
||||||
top_bottom_thickness = =max(1 , layer_height * 5)
|
top_bottom_thickness = =max(1 , layer_height * 5)
|
||||||
wall_0_wipe_dist = 0.8
|
wall_0_wipe_dist = 0.8
|
||||||
|
wall_x_material_flow = =1.1 * wall_material_flow
|
||||||
|
wall_x_material_flow_roofing = =wall_material_flow
|
||||||
z_seam_relative = True
|
z_seam_relative = True
|
||||||
z_seam_type = back
|
z_seam_type = back
|
||||||
zig_zaggify_infill = True
|
zig_zaggify_infill = True
|
||||||
|
@ -28,6 +28,7 @@ bridge_skin_speed = =bridge_wall_speed
|
|||||||
bridge_sparse_infill_max_density = 50
|
bridge_sparse_infill_max_density = 50
|
||||||
bridge_wall_speed = 30
|
bridge_wall_speed = 30
|
||||||
cool_min_layer_time = 6
|
cool_min_layer_time = 6
|
||||||
|
infill_material_flow = =1.1 * material_flow
|
||||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid'
|
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid'
|
||||||
infill_sparse_density = 15
|
infill_sparse_density = 15
|
||||||
jerk_infill = =jerk_print
|
jerk_infill = =jerk_print
|
||||||
@ -48,6 +49,7 @@ raft_airgap = 0.25
|
|||||||
retraction_amount = 6.5
|
retraction_amount = 6.5
|
||||||
retraction_prime_speed = =retraction_speed
|
retraction_prime_speed = =retraction_speed
|
||||||
retraction_speed = 45
|
retraction_speed = 45
|
||||||
|
skin_material_flow = =1.05 * material_flow
|
||||||
small_skin_on_surface = False
|
small_skin_on_surface = False
|
||||||
small_skin_width = 4
|
small_skin_width = 4
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
@ -69,6 +71,8 @@ support_top_distance = =support_z_distance
|
|||||||
support_z_distance = =math.ceil(0.3/layer_height)*layer_height
|
support_z_distance = =math.ceil(0.3/layer_height)*layer_height
|
||||||
top_bottom_thickness = =max(1 , layer_height * 5)
|
top_bottom_thickness = =max(1 , layer_height * 5)
|
||||||
wall_0_wipe_dist = 0.8
|
wall_0_wipe_dist = 0.8
|
||||||
|
wall_x_material_flow = =1.1 * wall_material_flow
|
||||||
|
wall_x_material_flow_roofing = =wall_material_flow
|
||||||
z_seam_relative = True
|
z_seam_relative = True
|
||||||
z_seam_type = back
|
z_seam_type = back
|
||||||
zig_zaggify_infill = True
|
zig_zaggify_infill = True
|
||||||
|
@ -28,6 +28,7 @@ bridge_skin_speed = =bridge_wall_speed
|
|||||||
bridge_sparse_infill_max_density = 50
|
bridge_sparse_infill_max_density = 50
|
||||||
bridge_wall_speed = 30
|
bridge_wall_speed = 30
|
||||||
cool_min_layer_time = 4
|
cool_min_layer_time = 4
|
||||||
|
infill_material_flow = =1.05 * material_flow
|
||||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid'
|
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid'
|
||||||
infill_sparse_density = 15
|
infill_sparse_density = 15
|
||||||
jerk_infill = =jerk_print
|
jerk_infill = =jerk_print
|
||||||
@ -49,6 +50,7 @@ raft_airgap = 0.15
|
|||||||
retraction_amount = 6.5
|
retraction_amount = 6.5
|
||||||
retraction_prime_speed = 15
|
retraction_prime_speed = 15
|
||||||
retraction_speed = 45
|
retraction_speed = 45
|
||||||
|
skin_material_flow = =material_flow
|
||||||
small_skin_on_surface = False
|
small_skin_on_surface = False
|
||||||
small_skin_width = 4
|
small_skin_width = 4
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
@ -70,6 +72,8 @@ support_top_distance = =support_z_distance
|
|||||||
support_z_distance = =math.ceil(0.3/layer_height)*layer_height
|
support_z_distance = =math.ceil(0.3/layer_height)*layer_height
|
||||||
top_bottom_thickness = =max(1.2 , layer_height * 6)
|
top_bottom_thickness = =max(1.2 , layer_height * 6)
|
||||||
wall_0_wipe_dist = 0.8
|
wall_0_wipe_dist = 0.8
|
||||||
|
wall_x_material_flow = =1.05 * wall_material_flow
|
||||||
|
wall_x_material_flow_roofing = =wall_material_flow
|
||||||
z_seam_relative = True
|
z_seam_relative = True
|
||||||
z_seam_type = back
|
z_seam_type = back
|
||||||
zig_zaggify_infill = True
|
zig_zaggify_infill = True
|
||||||
|
@ -28,6 +28,7 @@ bridge_skin_speed = =bridge_wall_speed
|
|||||||
bridge_sparse_infill_max_density = 50
|
bridge_sparse_infill_max_density = 50
|
||||||
bridge_wall_speed = 30
|
bridge_wall_speed = 30
|
||||||
cool_min_layer_time = 4
|
cool_min_layer_time = 4
|
||||||
|
infill_material_flow = =1.1 * material_flow
|
||||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid'
|
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid'
|
||||||
infill_sparse_density = 15
|
infill_sparse_density = 15
|
||||||
jerk_infill = =jerk_print
|
jerk_infill = =jerk_print
|
||||||
@ -48,6 +49,7 @@ prime_tower_enable = False
|
|||||||
retraction_amount = 8
|
retraction_amount = 8
|
||||||
retraction_prime_speed = 15
|
retraction_prime_speed = 15
|
||||||
retraction_speed = 45
|
retraction_speed = 45
|
||||||
|
skin_material_flow = =1.05 * material_flow
|
||||||
small_skin_on_surface = False
|
small_skin_on_surface = False
|
||||||
small_skin_width = 4
|
small_skin_width = 4
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
@ -69,6 +71,8 @@ support_top_distance = =support_z_distance
|
|||||||
support_z_distance = =math.ceil(0.3/layer_height)*layer_height
|
support_z_distance = =math.ceil(0.3/layer_height)*layer_height
|
||||||
top_bottom_thickness = =max(1.2 , layer_height * 6)
|
top_bottom_thickness = =max(1.2 , layer_height * 6)
|
||||||
wall_0_wipe_dist = 0.8
|
wall_0_wipe_dist = 0.8
|
||||||
|
wall_x_material_flow = =1.1 * wall_material_flow
|
||||||
|
wall_x_material_flow_roofing = =wall_material_flow
|
||||||
z_seam_relative = True
|
z_seam_relative = True
|
||||||
z_seam_type = back
|
z_seam_type = back
|
||||||
zig_zaggify_infill = True
|
zig_zaggify_infill = True
|
||||||
|
@ -28,6 +28,7 @@ bridge_skin_speed = =bridge_wall_speed
|
|||||||
bridge_sparse_infill_max_density = 50
|
bridge_sparse_infill_max_density = 50
|
||||||
bridge_wall_speed = 30
|
bridge_wall_speed = 30
|
||||||
cool_min_layer_time = 6
|
cool_min_layer_time = 6
|
||||||
|
infill_material_flow = =1.1 * material_flow
|
||||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid'
|
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid'
|
||||||
infill_sparse_density = 15
|
infill_sparse_density = 15
|
||||||
jerk_infill = =jerk_print
|
jerk_infill = =jerk_print
|
||||||
@ -49,6 +50,7 @@ raft_airgap = 0.25
|
|||||||
retraction_amount = 6.5
|
retraction_amount = 6.5
|
||||||
retraction_prime_speed = =retraction_speed
|
retraction_prime_speed = =retraction_speed
|
||||||
retraction_speed = 45
|
retraction_speed = 45
|
||||||
|
skin_material_flow = =1.05 * material_flow
|
||||||
small_skin_on_surface = False
|
small_skin_on_surface = False
|
||||||
small_skin_width = 4
|
small_skin_width = 4
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
@ -70,6 +72,8 @@ support_top_distance = =support_z_distance
|
|||||||
support_z_distance = =math.ceil(0.3/layer_height)*layer_height
|
support_z_distance = =math.ceil(0.3/layer_height)*layer_height
|
||||||
top_bottom_thickness = =max(1 , layer_height * 5)
|
top_bottom_thickness = =max(1 , layer_height * 5)
|
||||||
wall_0_wipe_dist = 0.8
|
wall_0_wipe_dist = 0.8
|
||||||
|
wall_x_material_flow = =1.1 * wall_material_flow
|
||||||
|
wall_x_material_flow_roofing = =wall_material_flow
|
||||||
z_seam_relative = True
|
z_seam_relative = True
|
||||||
z_seam_type = back
|
z_seam_type = back
|
||||||
zig_zaggify_infill = True
|
zig_zaggify_infill = True
|
||||||
|
@ -28,6 +28,7 @@ bridge_skin_speed = =bridge_wall_speed
|
|||||||
bridge_sparse_infill_max_density = 50
|
bridge_sparse_infill_max_density = 50
|
||||||
bridge_wall_speed = 30
|
bridge_wall_speed = 30
|
||||||
cool_min_layer_time = 6
|
cool_min_layer_time = 6
|
||||||
|
infill_material_flow = =1.1 * material_flow
|
||||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid'
|
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid'
|
||||||
infill_sparse_density = 15
|
infill_sparse_density = 15
|
||||||
jerk_infill = =jerk_print
|
jerk_infill = =jerk_print
|
||||||
@ -48,6 +49,7 @@ raft_airgap = 0.25
|
|||||||
retraction_amount = 6.5
|
retraction_amount = 6.5
|
||||||
retraction_prime_speed = =retraction_speed
|
retraction_prime_speed = =retraction_speed
|
||||||
retraction_speed = 45
|
retraction_speed = 45
|
||||||
|
skin_material_flow = =1.05 * material_flow
|
||||||
small_skin_on_surface = False
|
small_skin_on_surface = False
|
||||||
small_skin_width = 4
|
small_skin_width = 4
|
||||||
speed_infill = =speed_print
|
speed_infill = =speed_print
|
||||||
@ -69,6 +71,8 @@ support_top_distance = =support_z_distance
|
|||||||
support_z_distance = =math.ceil(0.3/layer_height)*layer_height
|
support_z_distance = =math.ceil(0.3/layer_height)*layer_height
|
||||||
top_bottom_thickness = =max(1 , layer_height * 5)
|
top_bottom_thickness = =max(1 , layer_height * 5)
|
||||||
wall_0_wipe_dist = 0.8
|
wall_0_wipe_dist = 0.8
|
||||||
|
wall_x_material_flow = =1.1 * wall_material_flow
|
||||||
|
wall_x_material_flow_roofing = =wall_material_flow
|
||||||
z_seam_relative = True
|
z_seam_relative = True
|
||||||
z_seam_type = back
|
z_seam_type = back
|
||||||
zig_zaggify_infill = True
|
zig_zaggify_infill = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user