mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 15:25:09 -06:00
align cool_min_temperature and material_final_printing_temperature
Both the material_final_printing_temperature and the cool_min_temperature are 15deg lower as the printing temperature. Except for TPU and PP. PP-71
This commit is contained in:
parent
76a6e394d6
commit
5aa7dcf62a
138 changed files with 40 additions and 222 deletions
|
@ -17,7 +17,6 @@ infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
|||
infill_wipe_dist = 0
|
||||
layer_height = 0.2
|
||||
machine_min_cool_heat_time_window = 15
|
||||
material_final_print_temperature = =material_print_temperature - 10
|
||||
material_initial_print_temperature = =material_print_temperature - 5
|
||||
material_print_temperature = =default_material_print_temperature + 10
|
||||
multiple_mesh_overlap = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue