mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Retraction minimum travel update
Changed it to 2 or 3 times line width, similar as with the 0.4mm profiles. Was 5mm standard for all profiles with the 0.8mm printcore, except TPU.
This commit is contained in:
parent
6b7fc8b903
commit
4940f3b88b
4 changed files with 4 additions and 2 deletions
|
|
@ -46,6 +46,7 @@ retraction_count_max = 25
|
|||
retraction_extrusion_window = 1
|
||||
retraction_hop = 2
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =line_width * 2
|
||||
skin_overlap = 5
|
||||
speed_equalize_flow_enabled = True
|
||||
speed_layer_0 = 20
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ retraction_extrusion_window = =retraction_amount
|
|||
retraction_hop = 2
|
||||
retraction_hop_enabled = True
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = 5
|
||||
retraction_min_travel = =line_width * 3
|
||||
retraction_prime_speed = 15
|
||||
skin_overlap = 5
|
||||
speed_layer_0 = 20
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@ retraction_count_max = 25
|
|||
retraction_extrusion_window = 1
|
||||
retraction_hop = 2
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =line_width * 2
|
||||
skin_overlap = 5
|
||||
speed_equalize_flow_enabled = True
|
||||
speed_layer_0 = 20
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ retraction_count_max = 15
|
|||
retraction_extrusion_window = =retraction_amount
|
||||
retraction_hop = 2
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = 5
|
||||
retraction_min_travel = =line_width * 3
|
||||
retraction_prime_speed = 15
|
||||
skin_overlap = 5
|
||||
speed_layer_0 = 20
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue