increase cool_min_temperature

By default the cool_min_temperature is 15deg below print temperature. However, for PP and TPU this should be 10deg below print temperature. This is already changed for the other ultimaker printers, but I forget the UM3.
PP-71
This commit is contained in:
Rijk van Manen 2023-01-31 13:49:51 +01:00
parent 1c8edec81c
commit 0b1b19f0b1
13 changed files with 13 additions and 0 deletions

View file

@ -14,6 +14,7 @@ weight = 0
[values]
brim_width = 10
cool_min_temperature = =material_print_temperature - 10
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'tetrahedral'
infill_wipe_dist = 0.1
machine_min_cool_heat_time_window = 15

View file

@ -13,6 +13,7 @@ weight = -2
[values]
brim_width = 20
cool_min_temperature = =material_print_temperature - 10
infill_overlap = 0
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'tetrahedral'
infill_wipe_dist = 0.1

View file

@ -13,6 +13,7 @@ weight = -1
[values]
brim_width = 20
cool_min_temperature = =material_print_temperature - 10
infill_overlap = 0
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'tetrahedral'
infill_wipe_dist = 0.1

View file

@ -13,6 +13,7 @@ weight = 0
[values]
brim_width = 20
cool_min_temperature = =material_print_temperature - 10
infill_overlap = 0
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'tetrahedral'
infill_wipe_dist = 0.1

View file

@ -13,6 +13,7 @@ weight = -2
[values]
brim_width = 8.75
cool_min_temperature = =material_print_temperature - 10
gradual_infill_step_height = =5 * layer_height
infill_overlap = 0
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'cross_3d'

View file

@ -13,6 +13,7 @@ weight = -1
[values]
brim_width = 8.75
cool_min_temperature = =material_print_temperature - 10
gradual_infill_step_height = =5 * layer_height
infill_overlap = 0
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'cross_3d'

View file

@ -13,6 +13,7 @@ weight = 0
[values]
brim_width = 8.75
cool_min_temperature = =material_print_temperature - 10
gradual_infill_step_height = =5 * layer_height
infill_overlap = 0
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'cross_3d'

View file

@ -13,6 +13,7 @@ weight = -2
[values]
brim_width = 25
cool_min_temperature = =material_print_temperature - 10
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'tetrahedral'
material_print_temperature = =default_material_print_temperature - 2
multiple_mesh_overlap = 0.2

View file

@ -13,6 +13,7 @@ weight = -4
[values]
brim_width = 25
cool_min_temperature = =material_print_temperature - 10
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'tetrahedral'
material_print_temperature = =default_material_print_temperature + 2
multiple_mesh_overlap = 0.2

View file

@ -13,6 +13,7 @@ weight = -3
[values]
brim_width = 25
cool_min_temperature = =material_print_temperature - 10
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'tetrahedral'
layer_height = 0.3
multiple_mesh_overlap = 0.2

View file

@ -13,6 +13,7 @@ weight = -2
[values]
brim_width = 8.75
cool_min_temperature = =material_print_temperature - 10
gradual_infill_step_height = =4 * layer_height
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'cross_3d'
infill_sparse_density = 15

View file

@ -13,6 +13,7 @@ weight = -4
[values]
brim_width = 8.75
cool_min_temperature = =material_print_temperature - 10
gradual_infill_step_height = =4 * layer_height
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'cross_3d'
infill_sparse_density = 15

View file

@ -13,6 +13,7 @@ weight = -3
[values]
brim_width = 8.75
cool_min_temperature = =material_print_temperature - 10
gradual_infill_step_height = =4 * layer_height
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'cross_3d'
infill_sparse_density = 15