mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 01:09:00 +08: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
@ -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…
x
Reference in New Issue
Block a user