mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Set nozzle tip diameter for 0.8mm cores
They have a outer diameter of 2mm. Contributes to issue CURA-3650.
This commit is contained in:
parent
9cd7d9a038
commit
72c0295c81
4 changed files with 4 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ machine_min_cool_heat_time_window = 15
|
|||
machine_nozzle_cool_down_speed = 0.85
|
||||
machine_nozzle_heat_up_speed = 1.5
|
||||
machine_nozzle_size = 0.8
|
||||
machine_nozzle_tip_outer_diameter = 2.0
|
||||
material_final_print_temperature = =material_print_temperature - 10
|
||||
material_initial_print_temperature = =material_print_temperature - 5
|
||||
material_standby_temperature = 100
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ layer_height = 0.2
|
|||
machine_min_cool_heat_time_window = 15
|
||||
machine_nozzle_heat_up_speed = 1.5
|
||||
machine_nozzle_size = 0.8
|
||||
machine_nozzle_tip_outer_diameter = 2.0
|
||||
material_print_temperature = =default_material_print_temperature + 10
|
||||
material_standby_temperature = 100
|
||||
multiple_mesh_overlap = 0
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ machine_min_cool_heat_time_window = 15
|
|||
machine_nozzle_cool_down_speed = 0.85
|
||||
machine_nozzle_heat_up_speed = 1.5
|
||||
machine_nozzle_size = 0.8
|
||||
machine_nozzle_tip_outer_diameter = 2.0
|
||||
material_final_print_temperature = =material_print_temperature - 10
|
||||
material_initial_print_temperature = =material_print_temperature - 5
|
||||
material_standby_temperature = 100
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ layer_height = 0.2
|
|||
machine_min_cool_heat_time_window = 15
|
||||
machine_nozzle_heat_up_speed = 1.5
|
||||
machine_nozzle_size = 0.8
|
||||
machine_nozzle_tip_outer_diameter = 2.0
|
||||
material_print_temperature = =default_material_print_temperature + 10
|
||||
material_standby_temperature = 100
|
||||
multiple_mesh_overlap = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue