mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Set PLA 0.8mm infill back to normal 20%
Now that users have gradual infill available as option in recommended mode, it was deemed better to let the user choose when he wants it. I left the step height intact, in case the user chooses it anyway.
This commit is contained in:
parent
734b5cc442
commit
e87f4d2100
3 changed files with 0 additions and 6 deletions
|
@ -15,10 +15,8 @@ cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
|||
cool_fan_speed_max = =100
|
||||
cool_min_speed = 2
|
||||
gradual_infill_step_height = =3 * layer_height
|
||||
gradual_infill_steps = 4
|
||||
infill_line_width = =round(line_width * 0.535 / 0.75, 2)
|
||||
infill_pattern = cubic
|
||||
infill_sparse_density = 80
|
||||
line_width = =machine_nozzle_size * 0.9375
|
||||
machine_nozzle_cool_down_speed = 0.75
|
||||
machine_nozzle_heat_up_speed = 1.6
|
||||
|
|
|
@ -15,10 +15,8 @@ cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
|||
cool_fan_speed_max = =100
|
||||
cool_min_speed = 2
|
||||
gradual_infill_step_height = =3 * layer_height
|
||||
gradual_infill_steps = 4
|
||||
infill_line_width = =round(line_width * 0.535 / 0.75, 2)
|
||||
infill_pattern = cubic
|
||||
infill_sparse_density = 80
|
||||
layer_height = 0.4
|
||||
line_width = =machine_nozzle_size * 0.9375
|
||||
machine_nozzle_cool_down_speed = 0.75
|
||||
|
|
|
@ -15,10 +15,8 @@ cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
|||
cool_fan_speed_max = =100
|
||||
cool_min_speed = 2
|
||||
gradual_infill_step_height = =3 * layer_height
|
||||
gradual_infill_steps = 4
|
||||
infill_line_width = =round(line_width * 0.535 / 0.75, 2)
|
||||
infill_pattern = cubic
|
||||
infill_sparse_density = 80
|
||||
layer_height = 0.3
|
||||
line_width = =machine_nozzle_size * 0.9375
|
||||
machine_nozzle_cool_down_speed = 0.75
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue