mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-01 08:14:22 +08:00
Merge pull request #14434 from Ultimaker/PP-71_increase-cool_min_temperature-for-PP-and-TPU
increase cool_min_temperature
This commit is contained in:
commit
0cde88028c
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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'
|
||||
|
@ -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'
|
||||
|
@ -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'
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user