mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:49:00 +08: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
@ -15,10 +15,8 @@ cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
|||||||
cool_fan_speed_max = =100
|
cool_fan_speed_max = =100
|
||||||
cool_min_speed = 2
|
cool_min_speed = 2
|
||||||
gradual_infill_step_height = =3 * layer_height
|
gradual_infill_step_height = =3 * layer_height
|
||||||
gradual_infill_steps = 4
|
|
||||||
infill_line_width = =round(line_width * 0.535 / 0.75, 2)
|
infill_line_width = =round(line_width * 0.535 / 0.75, 2)
|
||||||
infill_pattern = cubic
|
infill_pattern = cubic
|
||||||
infill_sparse_density = 80
|
|
||||||
line_width = =machine_nozzle_size * 0.9375
|
line_width = =machine_nozzle_size * 0.9375
|
||||||
machine_nozzle_cool_down_speed = 0.75
|
machine_nozzle_cool_down_speed = 0.75
|
||||||
machine_nozzle_heat_up_speed = 1.6
|
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_fan_speed_max = =100
|
||||||
cool_min_speed = 2
|
cool_min_speed = 2
|
||||||
gradual_infill_step_height = =3 * layer_height
|
gradual_infill_step_height = =3 * layer_height
|
||||||
gradual_infill_steps = 4
|
|
||||||
infill_line_width = =round(line_width * 0.535 / 0.75, 2)
|
infill_line_width = =round(line_width * 0.535 / 0.75, 2)
|
||||||
infill_pattern = cubic
|
infill_pattern = cubic
|
||||||
infill_sparse_density = 80
|
|
||||||
layer_height = 0.4
|
layer_height = 0.4
|
||||||
line_width = =machine_nozzle_size * 0.9375
|
line_width = =machine_nozzle_size * 0.9375
|
||||||
machine_nozzle_cool_down_speed = 0.75
|
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_fan_speed_max = =100
|
||||||
cool_min_speed = 2
|
cool_min_speed = 2
|
||||||
gradual_infill_step_height = =3 * layer_height
|
gradual_infill_step_height = =3 * layer_height
|
||||||
gradual_infill_steps = 4
|
|
||||||
infill_line_width = =round(line_width * 0.535 / 0.75, 2)
|
infill_line_width = =round(line_width * 0.535 / 0.75, 2)
|
||||||
infill_pattern = cubic
|
infill_pattern = cubic
|
||||||
infill_sparse_density = 80
|
|
||||||
layer_height = 0.3
|
layer_height = 0.3
|
||||||
line_width = =machine_nozzle_size * 0.9375
|
line_width = =machine_nozzle_size * 0.9375
|
||||||
machine_nozzle_cool_down_speed = 0.75
|
machine_nozzle_cool_down_speed = 0.75
|
||||||
|
Loading…
x
Reference in New Issue
Block a user