mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Remove gradual infill for PP
This was delivered false by the materials team. It seems that in the end they decided to not use gradual infill for PP but only made the change in UM3, not UM2+. Removing gradual infill also requires me to set the infill density to 20% (the default). Contributes to issue CURA-3960.
This commit is contained in:
parent
a5f3a1c983
commit
a259217f52
6 changed files with 0 additions and 18 deletions
|
@ -25,12 +25,9 @@ cool_fan_full_at_height = =layer_height_0 + 4 * layer_height
|
|||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 6
|
||||
cool_min_speed = 20
|
||||
gradual_infill_step_height = =layer_height * 2
|
||||
gradual_infill_steps = 3
|
||||
infill_line_width = =round(line_width * 0.4 / 0.38, 2)
|
||||
infill_overlap = 0
|
||||
infill_pattern = cubic
|
||||
infill_sparse_density = 96
|
||||
infill_wipe_dist = 0
|
||||
jerk_enabled = True
|
||||
jerk_layer_0 = =jerk_topbottom
|
||||
|
|
|
@ -25,12 +25,9 @@ cool_fan_full_at_height = =layer_height_0 + 4 * layer_height
|
|||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 6
|
||||
cool_min_speed = 20
|
||||
gradual_infill_step_height = =layer_height * 2
|
||||
gradual_infill_steps = 3
|
||||
infill_line_width = =round(line_width * 0.4 / 0.38, 2)
|
||||
infill_overlap = 0
|
||||
infill_pattern = cubic
|
||||
infill_sparse_density = 96
|
||||
infill_wipe_dist = 0
|
||||
jerk_enabled = True
|
||||
jerk_layer_0 = =jerk_topbottom
|
||||
|
|
|
@ -25,13 +25,10 @@ cool_fan_full_at_height = =layer_height_0 + 4 * layer_height
|
|||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 6
|
||||
cool_min_speed = 20
|
||||
gradual_infill_step_height = =layer_height * 2
|
||||
gradual_infill_steps = 3
|
||||
infill_line_width = =round(line_width * 0.6 / 0.57, 2)
|
||||
infill_overlap = 0
|
||||
infill_overlap_mm = 0
|
||||
infill_pattern = cubic
|
||||
infill_sparse_density = 96
|
||||
infill_wipe_dist = 0
|
||||
jerk_enabled = True
|
||||
jerk_layer_0 = =jerk_topbottom
|
||||
|
|
|
@ -25,13 +25,10 @@ cool_fan_full_at_height = =layer_height_0 + 4 * layer_height
|
|||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 6
|
||||
cool_min_speed = 20
|
||||
gradual_infill_step_height = =layer_height * 2
|
||||
gradual_infill_steps = 3
|
||||
infill_line_width = =round(line_width * 0.6 / 0.57, 2)
|
||||
infill_overlap = 0
|
||||
infill_overlap_mm = 0
|
||||
infill_pattern = cubic
|
||||
infill_sparse_density = 96
|
||||
infill_wipe_dist = 0
|
||||
jerk_enabled = True
|
||||
jerk_layer_0 = =jerk_topbottom
|
||||
|
|
|
@ -25,13 +25,10 @@ cool_fan_full_at_height = =layer_height_0 + 4 * layer_height
|
|||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 6
|
||||
cool_min_speed = 20
|
||||
gradual_infill_step_height = =layer_height * 3
|
||||
gradual_infill_steps = 3
|
||||
infill_line_width = =round(line_width * 0.8 / 0.76, 2)
|
||||
infill_overlap = 0
|
||||
infill_overlap_mm = 0
|
||||
infill_pattern = cubic
|
||||
infill_sparse_density = 96
|
||||
infill_wipe_dist = 0
|
||||
jerk_enabled = True
|
||||
jerk_layer_0 = =jerk_topbottom
|
||||
|
|
|
@ -25,13 +25,10 @@ cool_fan_full_at_height = =layer_height_0 + 4 * layer_height
|
|||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 6
|
||||
cool_min_speed = 20
|
||||
gradual_infill_step_height = =layer_height * 2
|
||||
gradual_infill_steps = 3
|
||||
infill_line_width = =round(line_width * 0.8 / 0.76, 2)
|
||||
infill_overlap = 0
|
||||
infill_overlap_mm = 0
|
||||
infill_pattern = cubic
|
||||
infill_sparse_density = 96
|
||||
infill_wipe_dist = 0
|
||||
jerk_enabled = True
|
||||
jerk_layer_0 = =jerk_topbottom
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue