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-12207 Infill line printed multiple times with extra lines #2150

Merged

Conversation

wawanbreton
Copy link
Contributor

@wawanbreton wawanbreton commented Oct 18, 2024

When adding a support segment betweem two infill segments, the previous strategy was to split the two crossed segments and join them betweem each other, twice, actually printing the joined section twice. Although this is very efficient in terms of routing, having a segment printed twice is sometimes an issue when there is actually some material under the segment. The new strategy is to create multiple separate paths, which should create more travel noves but no more segment duplication.

CURA-12207

wawanbreton and others added 3 commits October 18, 2024 07:47
CURA-12207
The previous strategy was to split the two crossed segments and join
them betweem each other, printing the joined section twice. Although
this is very efficient in terms of path, having a segment printed twice
is sometimes an issue when there is actually some material under the
segment. The new strategy is to create multiple separate paths, which
should create more travel nove but no more segment duplication.
@casperlamboo casperlamboo self-requested a review October 18, 2024 09:42
@HellAholic HellAholic merged commit 74e380a into 5.9 Oct 21, 2024
21 checks passed
@HellAholic HellAholic deleted the CURA-12207_infill-line-printed-multiple-times-with-extra-lines branch October 21, 2024 08:42
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