mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Enable prime tower for PLA 0.8
This was deemed necessary by the materials tests.
This commit is contained in:
parent
2e88716f5f
commit
734b5cc442
3 changed files with 3 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ material_final_print_temperature = =max(-273.15, material_print_temperature - 15
|
||||||
material_initial_print_temperature = =max(-273.15, material_print_temperature - 10)
|
material_initial_print_temperature = =max(-273.15, material_print_temperature - 10)
|
||||||
material_print_temperature = =default_material_print_temperature + 10
|
material_print_temperature = =default_material_print_temperature + 10
|
||||||
material_standby_temperature = 100
|
material_standby_temperature = 100
|
||||||
|
prime_tower_enable = True
|
||||||
support_angle = 70
|
support_angle = 70
|
||||||
support_line_width = =line_width * 0.75
|
support_line_width = =line_width * 0.75
|
||||||
support_pattern = ='triangles'
|
support_pattern = ='triangles'
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,7 @@ material_final_print_temperature = =max(-273.15, material_print_temperature - 15
|
||||||
material_initial_print_temperature = =max(-273.15, material_print_temperature - 10)
|
material_initial_print_temperature = =max(-273.15, material_print_temperature - 10)
|
||||||
material_print_temperature = =default_material_print_temperature + 15
|
material_print_temperature = =default_material_print_temperature + 15
|
||||||
material_standby_temperature = 100
|
material_standby_temperature = 100
|
||||||
|
prime_tower_enable = True
|
||||||
raft_margin = 10
|
raft_margin = 10
|
||||||
support_angle = 70
|
support_angle = 70
|
||||||
support_line_width = =line_width * 0.75
|
support_line_width = =line_width * 0.75
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,7 @@ material_final_print_temperature = =max(-273.15, material_print_temperature - 15
|
||||||
material_initial_print_temperature = =max(-273.15, material_print_temperature - 10)
|
material_initial_print_temperature = =max(-273.15, material_print_temperature - 10)
|
||||||
material_print_temperature = =default_material_print_temperature + 10
|
material_print_temperature = =default_material_print_temperature + 10
|
||||||
material_standby_temperature = 100
|
material_standby_temperature = 100
|
||||||
|
prime_tower_enable = True
|
||||||
support_angle = 70
|
support_angle = 70
|
||||||
support_line_width = =line_width * 0.75
|
support_line_width = =line_width * 0.75
|
||||||
support_pattern = ='triangles'
|
support_pattern = ='triangles'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue