mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-09-02 15:01:49 -06:00
Changed retraction
This commit is contained in:
parent
3f7cbdb54b
commit
7b0ce9fb65
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ raft_interface_thickness = =layer_height * 1.5
|
||||||
raft_jerk = =jerk_print
|
raft_jerk = =jerk_print
|
||||||
raft_margin = 15
|
raft_margin = 15
|
||||||
raft_surface_layers = 2
|
raft_surface_layers = 2
|
||||||
retraction_amount = 5
|
retraction_amount = 3
|
||||||
retraction_count_max = 25
|
retraction_count_max = 25
|
||||||
retraction_min_travel = =line_width * 2
|
retraction_min_travel = =line_width * 2
|
||||||
retraction_prime_speed = =retraction_speed
|
retraction_prime_speed = =retraction_speed
|
||||||
|
|
|
@ -40,7 +40,7 @@ multiple_mesh_overlap = 0
|
||||||
prime_tower_enable = False
|
prime_tower_enable = False
|
||||||
prime_tower_wipe_enabled = True
|
prime_tower_wipe_enabled = True
|
||||||
retract_at_layer_change = =not magic_spiralize
|
retract_at_layer_change = =not magic_spiralize
|
||||||
retraction_amount = 5
|
retraction_amount = 3
|
||||||
retraction_count_max = 25
|
retraction_count_max = 25
|
||||||
retraction_extrusion_window = 1
|
retraction_extrusion_window = 1
|
||||||
retraction_hop = 2
|
retraction_hop = 2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue