Merge pull request #19219 from Ultimaker/CURA-8076_seam_avoid_overhangs

[CURA-8076] Split overhang angle w.r.t. seams off from overhang angle.
This commit is contained in:
HellAholic 2024-06-13 11:40:41 +02:00 committed by GitHub
commit 76ebb6e0f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8025,6 +8025,19 @@
"default_value": 90,
"settable_per_mesh": true
},
"seam_overhang_angle":
{
"label": "Seam Overhanging Wall Angle",
"description": "Try to prevent seams on walls that overhang more than this angle. When the value is 90, no walls will be treated as overhanging.",
"unit": "\u00b0",
"type": "float",
"minimum_value": "0",
"minimum_value_warning": "2",
"maximum_value": "90",
"default_value": 90,
"value": "wall_overhang_angle",
"settable_per_mesh": true
},
"wall_overhang_speed_factor":
{
"label": "Overhanging Wall Speed",