mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 09:05:53 +08:00
increase infill density for good top layer quality
With increasing the infill linewidth, the infill line distance is increased as well. The infill density of the AA0.8 profiles is increased by 5% to the default of 20%. PP-104
This commit is contained in:
parent
994f110aed
commit
80d87cb57e
@ -17,7 +17,7 @@ cool_min_layer_time_fan_speed_max = 6
|
||||
top_skin_expand_distance = =line_width * 2
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'cross_3d'
|
||||
infill_sparse_density = 10
|
||||
infill_sparse_density = 15
|
||||
machine_nozzle_cool_down_speed = 0.5
|
||||
machine_nozzle_heat_up_speed = 2.5
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
|
@ -17,7 +17,7 @@ cool_min_layer_time_fan_speed_max = 6
|
||||
top_skin_expand_distance = =line_width * 2
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'cross_3d'
|
||||
infill_sparse_density = 10
|
||||
infill_sparse_density = 15
|
||||
layer_height = 0.4
|
||||
machine_nozzle_cool_down_speed = 0.5
|
||||
machine_nozzle_heat_up_speed = 2.5
|
||||
|
@ -17,7 +17,7 @@ cool_min_layer_time_fan_speed_max = 6
|
||||
top_skin_expand_distance = =line_width * 2
|
||||
gradual_infill_step_height = =4 * layer_height
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'cross_3d'
|
||||
infill_sparse_density = 10
|
||||
infill_sparse_density = 15
|
||||
layer_height = 0.3
|
||||
machine_nozzle_cool_down_speed = 0.5
|
||||
machine_nozzle_heat_up_speed = 2.5
|
||||
|
@ -31,5 +31,4 @@ speed_topbottom = =math.ceil(speed_print * 35 / 45)
|
||||
speed_wall = =math.ceil(speed_print * 40 / 45)
|
||||
speed_wall_x = =speed_wall
|
||||
speed_wall_0 = =math.ceil(speed_wall * 35 / 40)
|
||||
infill_sparse_density = 15
|
||||
layer_height_0 = 0.4
|
||||
|
@ -32,5 +32,4 @@ speed_topbottom = =math.ceil(speed_print * 35 / 45)
|
||||
speed_wall = =math.ceil(speed_print * 40 / 45)
|
||||
speed_wall_x = =speed_wall
|
||||
speed_wall_0 = =math.ceil(speed_wall * 35 / 40)
|
||||
infill_sparse_density = 15
|
||||
layer_height_0 = 0.4
|
||||
|
@ -31,5 +31,4 @@ speed_topbottom = =math.ceil(speed_print * 35 / 45)
|
||||
speed_wall = =math.ceil(speed_print * 40 / 45)
|
||||
speed_wall_x = =speed_wall
|
||||
speed_wall_0 = =math.ceil(speed_wall * 35 / 40)
|
||||
infill_sparse_density = 15
|
||||
layer_height_0 = 0.4
|
||||
|
@ -16,7 +16,7 @@ brim_width = 8.75
|
||||
cool_min_layer_time_fan_speed_max = 6
|
||||
top_skin_expand_distance = =line_width * 2
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'cross_3d'
|
||||
infill_sparse_density = 10
|
||||
infill_sparse_density = 15
|
||||
machine_nozzle_cool_down_speed = 0.5
|
||||
machine_nozzle_heat_up_speed = 2.5
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
|
@ -16,7 +16,7 @@ brim_width = 8.75
|
||||
cool_min_layer_time_fan_speed_max = 6
|
||||
top_skin_expand_distance = =line_width * 2
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'cross_3d'
|
||||
infill_sparse_density = 10
|
||||
infill_sparse_density = 15
|
||||
machine_nozzle_cool_down_speed = 0.5
|
||||
machine_nozzle_heat_up_speed = 2.5
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
|
@ -31,5 +31,4 @@ speed_topbottom = =math.ceil(speed_print * 35 / 45)
|
||||
speed_wall = =math.ceil(speed_print * 40 / 45)
|
||||
speed_wall_x = =speed_wall
|
||||
speed_wall_0 = =math.ceil(speed_wall * 35 / 40)
|
||||
infill_sparse_density = 15
|
||||
layer_height_0 = 0.4
|
||||
|
@ -32,5 +32,4 @@ speed_topbottom = =math.ceil(speed_print * 35 / 45)
|
||||
speed_wall = =math.ceil(speed_print * 40 / 45)
|
||||
speed_wall_x = =speed_wall
|
||||
speed_wall_0 = =math.ceil(speed_wall * 35 / 40)
|
||||
infill_sparse_density = 15
|
||||
layer_height_0 = 0.4
|
||||
|
@ -31,5 +31,4 @@ speed_topbottom = =math.ceil(speed_print * 35 / 45)
|
||||
speed_wall = =math.ceil(speed_print * 40 / 45)
|
||||
speed_wall_x = =speed_wall
|
||||
speed_wall_0 = =math.ceil(speed_wall * 35 / 40)
|
||||
infill_sparse_density = 15
|
||||
layer_height_0 = 0.4
|
||||
|
@ -16,7 +16,7 @@ brim_width = 8.75
|
||||
cool_min_layer_time_fan_speed_max = 6
|
||||
top_skin_expand_distance = =line_width * 2
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'cross_3d'
|
||||
infill_sparse_density = 10
|
||||
infill_sparse_density = 15
|
||||
machine_nozzle_cool_down_speed = 0.5
|
||||
machine_nozzle_heat_up_speed = 2.5
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
|
@ -16,7 +16,7 @@ brim_width = 8.75
|
||||
cool_min_layer_time_fan_speed_max = 6
|
||||
top_skin_expand_distance = =line_width * 2
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'cross_3d'
|
||||
infill_sparse_density = 10
|
||||
infill_sparse_density = 15
|
||||
machine_nozzle_cool_down_speed = 0.5
|
||||
machine_nozzle_heat_up_speed = 2.5
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
|
Loading…
x
Reference in New Issue
Block a user