mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-30 22:31:21 -07:00
Reset Max Skin Angle for Expansion to 90
It has been found that the 20 degree leads to overhangs that this printer doesn't handle well. Fixes #11553.
This commit is contained in:
parent
22f9b2a0ec
commit
cfeb5101e7
2 changed files with 0 additions and 2 deletions
|
|
@ -27,7 +27,6 @@ infill_before_walls = False
|
||||||
infill_enable_travel_optimization = False
|
infill_enable_travel_optimization = False
|
||||||
infill_support_angle = 50
|
infill_support_angle = 50
|
||||||
ironing_enabled = False
|
ironing_enabled = False
|
||||||
max_skin_angle_for_expansion = 20
|
|
||||||
retract_at_layer_change = False
|
retract_at_layer_change = False
|
||||||
retraction_amount = 6.5
|
retraction_amount = 6.5
|
||||||
retraction_hop_only_when_collides = True
|
retraction_hop_only_when_collides = True
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,6 @@ infill_before_walls = False
|
||||||
infill_enable_travel_optimization = False
|
infill_enable_travel_optimization = False
|
||||||
infill_support_angle = 50
|
infill_support_angle = 50
|
||||||
ironing_enabled = False
|
ironing_enabled = False
|
||||||
max_skin_angle_for_expansion = 20
|
|
||||||
retract_at_layer_change = False
|
retract_at_layer_change = False
|
||||||
retraction_amount = 6.5
|
retraction_amount = 6.5
|
||||||
retraction_hop_only_when_collides = True
|
retraction_hop_only_when_collides = True
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue