mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
Also don't retract with spiralize in UM3
Similar to UMS5, we don't want to retract at layer change when spiralising.
This commit is contained in:
parent
473633de2c
commit
a67a721269
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ material_standby_temperature = 100
|
|||
multiple_mesh_overlap = 0
|
||||
prime_tower_enable = False
|
||||
prime_tower_wipe_enabled = True
|
||||
retract_at_layer_change = True
|
||||
retract_at_layer_change = =not magic_spiralize
|
||||
retraction_amount = 6.5
|
||||
retraction_count_max = 25
|
||||
retraction_extrusion_window = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue