CURA-10381 Start or end infill close to seam#2279
Open
wawanbreton wants to merge 17 commits into5.13from
Open
Conversation
Contributor
rburema
approved these changes
Feb 4, 2026
Member
rburema
left a comment
There was a problem hiding this comment.
Some small remarks, but looks good to me!
CURA-10381 Co-authored-by: Remco Burema <41987080+rburema@users.noreply.github.com>
0d9a14f to
30a44b1
Compare
smallest edit possible to trigger package creation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The initial feature of this PR is to plan the infill print so that it ends as close as possible to the following outer wall start, thus shortening the travel move between the infill and the outer wall, which can cause oozing and lead to a degraded seam.
However, as soon as a "connected" infill is used, natively or by activating "Connect Infill Lines", the infill usually ends up being a single very long polyline, that provides only one start and one end position for the planning. So whichever you chose, the travel move will be long anyway. The solution is to split the polyline in two, at the point that is the closest to where we want to go next, providing a proper end position for the planning of the lines. However, this adds a travel move during the infill print so this feature has been placed under a setting, disabled by default.
ℹ️ This only works when the infill is printed before the walls. In the other case, it becomes quite unpredictable to properly end the infill close to the next wall.
CURA-10381
Requires Ultimaker/Cura#21349