Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CURA-12264 Fix seam alignment #2167

Merged
merged 1 commit into from
Nov 8, 2024
Merged

Conversation

wawanbreton
Copy link
Contributor

CURA-12264

With a high-definition model, the new vertex created especially for the seam is quite close to the other points of its former segment. So the two other vertices would end up at good enough outsiders for the distance criterion. Now the distance factor of the criterion is a setting, so that in this specific case we can change the value to give more weight to the specific vertex and less to others, even if very close.

CURA-12264
With a high-definition model, the new vertex created especially for the
seam is quite close to the other points of its former segment. So the
two other vertices would end up at good enough outsiders for the
distance criterion. Now the distance factor of the criterion is a
setting, so that in this specific case we can change the value to give
more weight to the specific vertex and less to others, even if very
close.
Copy link
Member

@rburema rburema left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code seems fine. So far, my tests show that it's about on-par with 5.8.1 so far -- so that's good.

@HellAholic HellAholic merged commit c4ce927 into 5.9 Nov 8, 2024
27 checks passed
@HellAholic HellAholic deleted the CURA-12264_fix-seam-alignment branch November 8, 2024 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants