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-12265 the wiping movement goes in the wrong direction #2170

Merged

Conversation

wawanbreton
Copy link
Contributor

The wiping movement while adding extrusion lines didn't care of the reversed order. We now use a common method while adding either Polygons and ExtrusionLines, which takes care of the reversion.
Also fixes the wipe movement interaction with the scarf seam by taking the actual last printed point, which can now be different from the path last point due to the scarf seam closure.

CURA-12265
CURA-12266

wawanbreton and others added 6 commits November 8, 2024 12:25
CURA-12265
Previously, there were two different implementations of the same feature, for Polygons and ExtrusionLines. We now have a single method to handle this for the two types, avoiding different behaviors.
CURA-12265
With the addition of the scarf seam, printing an extrusion line now may end at a different position that the last point on the line, so the wipe travel should start at this position.
…oes-in-the-wrong-direction' into CURA-12265_the-wiping-movement-goes-in-the-wrong-direction
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.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'C++ Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: f94839a Previous: 2ba2e24 Ratio
SimplifyTestFixture/simplify_slot_noplugin 3.7147266889434327 ns/iter 1.8573234523479047 ns/iter 2.00

This comment was automatically generated by workflow using github-action-benchmark.

CC: @nallath @jellespijker @wawanbreton @casperlamboo @saumyaj3 @HellAholic

@HellAholic HellAholic merged commit f32cb0f into 5.9 Nov 11, 2024
27 checks passed
@HellAholic HellAholic deleted the CURA-12265_the-wiping-movement-goes-in-the-wrong-direction branch November 11, 2024 13:29
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.

4 participants