mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Set nozzle switch prime speed in AA 0.8mm profiles to 20
Some of them ended up as 15 because that's the default in the Ultimaker 3. This was done correctly by the profile optimiser because this setting was not specified by the original profiles, but it should've been 20 for all AA 0.8mm profiles. Contributes to issue CURA-3650.
This commit is contained in:
parent
ba64573fa0
commit
e49316d1b9
2 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,7 @@ support_bottom_distance = =support_z_distance / 2
|
|||
support_pattern = zigzag
|
||||
support_top_distance = =support_z_distance
|
||||
support_z_distance = =layer_height * 2
|
||||
switch_extruder_prime_speed = 20
|
||||
switch_extruder_retraction_amount = 16.5
|
||||
top_bottom_thickness = 1.4
|
||||
travel_avoid_distance = 3
|
||||
|
|
|
@ -56,6 +56,7 @@ support_bottom_distance = =support_z_distance / 2
|
|||
support_pattern = zigzag
|
||||
support_top_distance = =support_z_distance
|
||||
support_z_distance = =layer_height * 2
|
||||
switch_extruder_prime_speed = 20
|
||||
switch_extruder_retraction_amount = 16.5
|
||||
top_bottom_thickness = 1.4
|
||||
travel_avoid_distance = 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue