mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
Merge pull request #19569 from Ultimaker/PP-512_Bad_print_quality_for_TPU_AA08_on_Factor_4
PP-512 Improve print quality for TPU AA08 on Factor 4
This commit is contained in:
commit
d9fff02aa3
2 changed files with 6 additions and 6 deletions
|
@ -12,13 +12,13 @@ variant = AA 0.8
|
|||
weight = -3
|
||||
|
||||
[values]
|
||||
_plugin__curaenginegradualflow__0_1_0__gradual_flow_discretisation_step_size = 0.1
|
||||
_plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = True
|
||||
_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1
|
||||
gradual_flow_discretisation_step_size = 0.1
|
||||
gradual_flow_enabled = True
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 50 else 'cross_3d'
|
||||
infill_sparse_density = 20
|
||||
inset_direction = outside_in
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
max_flow_acceleration = 1
|
||||
skin_material_flow = =material_flow * 0.9
|
||||
skin_material_flow_layer_0 = 90
|
||||
speed_layer_0 = 20
|
||||
|
|
|
@ -12,13 +12,13 @@ variant = AA 0.8
|
|||
weight = -4
|
||||
|
||||
[values]
|
||||
_plugin__curaenginegradualflow__0_1_0__gradual_flow_discretisation_step_size = 0.1
|
||||
_plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = True
|
||||
_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1
|
||||
gradual_flow_discretisation_step_size = 0.1
|
||||
gradual_flow_enabled = True
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 50 else 'cross_3d'
|
||||
infill_sparse_density = 20
|
||||
inset_direction = outside_in
|
||||
material_print_temperature = =default_material_print_temperature + 8
|
||||
max_flow_acceleration = 1
|
||||
skin_material_flow = =material_flow * 0.9
|
||||
skin_material_flow_layer_0 = 90
|
||||
speed_layer_0 = 20
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue