mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 18:09:02 +08:00
Revert "CURA-5404 Remove retraction_amount values that must be in the material"
This reverts commit a969d3c5eab54fc904b37611029a704c24c4a120.
This commit is contained in:
parent
36e72ae744
commit
dfd9fc2ae9
@ -40,6 +40,7 @@ multiple_mesh_overlap = 0
|
||||
prime_tower_enable = False
|
||||
prime_tower_size = 16
|
||||
prime_tower_wipe_enabled = True
|
||||
retraction_amount = 6.5
|
||||
retraction_count_max = 12
|
||||
retraction_extra_prime_amount = 0.8
|
||||
retraction_extrusion_window = 1
|
||||
|
@ -39,6 +39,7 @@ 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
|
||||
retraction_count_max = 12
|
||||
retraction_extra_prime_amount = 0.8
|
||||
retraction_extrusion_window = 1
|
||||
|
@ -41,6 +41,7 @@ multiple_mesh_overlap = 0
|
||||
prime_tower_enable = False
|
||||
prime_tower_wipe_enabled = True
|
||||
retract_at_layer_change = True
|
||||
retraction_amount = 6.5
|
||||
retraction_count_max = 25
|
||||
retraction_extrusion_window = 1
|
||||
retraction_hop = 2
|
||||
|
@ -22,6 +22,7 @@ raft_interface_thickness = =layer_height * 1.5
|
||||
raft_jerk = =jerk_print
|
||||
raft_margin = 15
|
||||
raft_surface_layers = 2
|
||||
retraction_amount = 6.5
|
||||
retraction_count_max = 25
|
||||
retraction_min_travel = =line_width * 2
|
||||
retraction_prime_speed = =retraction_speed
|
||||
|
@ -54,6 +54,7 @@ raft_interface_thickness = 0.2
|
||||
raft_margin = 10
|
||||
raft_speed = 25
|
||||
raft_surface_layers = 1
|
||||
retraction_amount = 4.5
|
||||
retraction_count_max = 15
|
||||
retraction_extrusion_window = =retraction_amount
|
||||
retraction_hop = 2
|
||||
|
@ -27,6 +27,7 @@ prime_tower_wall_thickness = 1.5
|
||||
raft_base_speed = 20
|
||||
raft_interface_speed = 20
|
||||
raft_speed = 25
|
||||
retraction_amount = 4.5
|
||||
retraction_count_max = 20
|
||||
retraction_extrusion_window = =retraction_amount
|
||||
retraction_min_travel = =3 * line_width
|
||||
|
@ -41,6 +41,7 @@ multiple_mesh_overlap = 0
|
||||
prime_tower_enable = False
|
||||
prime_tower_wipe_enabled = True
|
||||
retract_at_layer_change = True
|
||||
retraction_amount = 6.5
|
||||
retraction_count_max = 25
|
||||
retraction_extrusion_window = 1
|
||||
retraction_hop = 2
|
||||
|
@ -22,6 +22,7 @@ raft_interface_thickness = =layer_height * 1.5
|
||||
raft_jerk = =jerk_print
|
||||
raft_margin = 15
|
||||
raft_surface_layers = 2
|
||||
retraction_amount = 6.5
|
||||
retraction_count_max = 25
|
||||
retraction_min_travel = =line_width * 2
|
||||
retraction_prime_speed = =retraction_speed
|
||||
|
@ -54,6 +54,7 @@ raft_interface_thickness = 0.2
|
||||
raft_margin = 10
|
||||
raft_speed = 25
|
||||
raft_surface_layers = 1
|
||||
retraction_amount = 4.5
|
||||
retraction_count_max = 15
|
||||
retraction_extrusion_window = =retraction_amount
|
||||
retraction_hop = 2
|
||||
|
@ -27,6 +27,7 @@ prime_tower_wall_thickness = 1.5
|
||||
raft_base_speed = 20
|
||||
raft_interface_speed = 20
|
||||
raft_speed = 25
|
||||
retraction_amount = 4.5
|
||||
retraction_count_max = 20
|
||||
retraction_extrusion_window = =retraction_amount
|
||||
retraction_min_travel = =3 * line_width
|
||||
|
@ -41,6 +41,7 @@ multiple_mesh_overlap = 0
|
||||
prime_tower_enable = False
|
||||
prime_tower_wipe_enabled = True
|
||||
retract_at_layer_change = =not magic_spiralize
|
||||
retraction_amount = 6.5
|
||||
retraction_count_max = 25
|
||||
retraction_extrusion_window = 1
|
||||
retraction_hop = 2
|
||||
|
@ -22,6 +22,7 @@ raft_interface_thickness = =layer_height * 1.5
|
||||
raft_jerk = =jerk_print
|
||||
raft_margin = 15
|
||||
raft_surface_layers = 2
|
||||
retraction_amount = 6.5
|
||||
retraction_count_max = 25
|
||||
retraction_min_travel = =line_width * 2
|
||||
retraction_prime_speed = =retraction_speed
|
||||
|
@ -54,6 +54,7 @@ raft_interface_thickness = 0.2
|
||||
raft_margin = 10
|
||||
raft_speed = 25
|
||||
raft_surface_layers = 1
|
||||
retraction_amount = 4.5
|
||||
retraction_count_max = 15
|
||||
retraction_extrusion_window = =retraction_amount
|
||||
retraction_hop = 2
|
||||
|
@ -27,6 +27,7 @@ prime_tower_wall_thickness = 1.5
|
||||
raft_base_speed = 20
|
||||
raft_interface_speed = 20
|
||||
raft_speed = 25
|
||||
retraction_amount = 4.5
|
||||
retraction_count_max = 20
|
||||
retraction_extrusion_window = =retraction_amount
|
||||
retraction_min_travel = =3 * line_width
|
||||
|
Loading…
x
Reference in New Issue
Block a user