mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
Put stand-by temperature back in optimised profiles
The stand-by temperature should be 175 for these profiles because the UM3 firmware levels the bed with that temperature. It should be 100 in the quality profiles because that's what the stand-by temperature should be when standing by while the other nozzle is printing. Contributes to issue CURA-3960.
This commit is contained in:
parent
6cd7c8eb08
commit
c9aa8b4dfd
12 changed files with 12 additions and 0 deletions
|
@ -36,6 +36,7 @@ material_flow = 106
|
|||
material_initial_print_temperature = =material_print_temperature - 16
|
||||
material_print_temperature = =default_material_print_temperature + 2
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 2
|
||||
material_standby_temperature = 100
|
||||
multiple_mesh_overlap = 0
|
||||
prime_tower_wipe_enabled = True
|
||||
retraction_count_max = 12
|
||||
|
|
|
@ -36,6 +36,7 @@ material_flow = 106
|
|||
material_initial_print_temperature = =material_print_temperature - 16
|
||||
material_print_temperature = =default_material_print_temperature + 2
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 2
|
||||
material_standby_temperature = 100
|
||||
multiple_mesh_overlap = 0
|
||||
prime_tower_wipe_enabled = True
|
||||
retraction_amount = 7
|
||||
|
|
|
@ -34,6 +34,7 @@ material_final_print_temperature = =material_print_temperature - 21
|
|||
material_flow = 106
|
||||
material_initial_print_temperature = =material_print_temperature - 16
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature
|
||||
material_standby_temperature = 100
|
||||
multiple_mesh_overlap = 0
|
||||
prime_tower_wipe_enabled = True
|
||||
retraction_count_max = 12
|
||||
|
|
|
@ -19,6 +19,7 @@ machine_nozzle_cool_down_speed = 0.9
|
|||
machine_nozzle_heat_up_speed = 1.4
|
||||
material_print_temperature = =default_material_print_temperature - 10
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_standby_temperature = 100
|
||||
retraction_combing = off
|
||||
retraction_hop = 0.1
|
||||
retraction_hop_enabled = False
|
||||
|
|
|
@ -20,6 +20,7 @@ machine_nozzle_cool_down_speed = 0.9
|
|||
machine_nozzle_heat_up_speed = 1.4
|
||||
material_print_temperature = =default_material_print_temperature - 5
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_standby_temperature = 100
|
||||
prime_tower_enable = True
|
||||
retraction_combing = off
|
||||
retraction_hop = 0.1
|
||||
|
|
|
@ -20,6 +20,7 @@ machine_nozzle_cool_down_speed = 0.9
|
|||
machine_nozzle_heat_up_speed = 1.4
|
||||
material_print_temperature = =default_material_print_temperature - 7
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_standby_temperature = 100
|
||||
prime_tower_enable = True
|
||||
retraction_combing = off
|
||||
retraction_hop = 0.1
|
||||
|
|
|
@ -17,6 +17,7 @@ infill_before_walls = True
|
|||
line_width = =machine_nozzle_size * 0.875
|
||||
material_print_temperature = =default_material_print_temperature - 5
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_standby_temperature = 100
|
||||
raft_airgap = 0.5
|
||||
raft_margin = 15
|
||||
skin_overlap = 0
|
||||
|
|
|
@ -17,6 +17,7 @@ infill_before_walls = True
|
|||
layer_height = 0.4
|
||||
line_width = =machine_nozzle_size * 0.875
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_standby_temperature = 100
|
||||
raft_airgap = 0.5
|
||||
raft_margin = 15
|
||||
skin_overlap = 0
|
||||
|
|
|
@ -18,6 +18,7 @@ layer_height = 0.3
|
|||
line_width = =machine_nozzle_size * 0.875
|
||||
material_print_temperature = =default_material_print_temperature - 2
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_standby_temperature = 100
|
||||
raft_airgap = 0.5
|
||||
raft_margin = 15
|
||||
skin_overlap = 0
|
||||
|
|
|
@ -33,6 +33,7 @@ material_flow = 105
|
|||
material_initial_print_temperature = =material_print_temperature - 16
|
||||
material_print_temperature = =default_material_print_temperature - 2
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 2
|
||||
material_standby_temperature = 100
|
||||
multiple_mesh_overlap = 0.2
|
||||
prime_tower_enable = True
|
||||
prime_tower_flow = 100
|
||||
|
|
|
@ -34,6 +34,7 @@ material_flow = 105
|
|||
material_initial_print_temperature = =material_print_temperature - 16
|
||||
material_print_temperature = =default_material_print_temperature + 2
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 2
|
||||
material_standby_temperature = 100
|
||||
multiple_mesh_overlap = 0.2
|
||||
prime_tower_enable = True
|
||||
prime_tower_flow = 100
|
||||
|
|
|
@ -33,6 +33,7 @@ material_final_print_temperature = =material_print_temperature - 21
|
|||
material_flow = 105
|
||||
material_initial_print_temperature = =material_print_temperature - 16
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 2
|
||||
material_standby_temperature = 100
|
||||
multiple_mesh_overlap = 0.2
|
||||
prime_tower_enable = True
|
||||
prime_tower_flow = 100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue