Skip to content

CURA-12829 Fix tree support top layer generation#2306

Merged
HellAholic merged 3 commits into5.13from
CURA-12829_missing-tree-support-top-layer-infill
Mar 18, 2026
Merged

CURA-12829 Fix tree support top layer generation#2306
HellAholic merged 3 commits into5.13from
CURA-12829_missing-tree-support-top-layer-infill

Conversation

@wawanbreton
Copy link
Contributor

This bug is a remnant of the geometry classes refactoring, hopefully the last one 😄
The createTubeShape method was implemented on LinesSet, however it could not work with open polylines. It turns out we (almost) always used it with Shapes, for which it works. So moving the method to Shape and changing the call from the tree support generation (which also saves a conversion step).

CURA-12829

CURA-12829
The createTubeShape method was implemented on LinesSet, however it could not work with open polylines. It turns out we always use it with Shapes, which makes more sense. So moving the method to Shape and changing the call from the tree support generation (which also saves a conversion step).
@wawanbreton wawanbreton marked this pull request as ready for review March 17, 2026 07:39
@github-actions
Copy link
Contributor

github-actions bot commented Mar 18, 2026

Test Results

30 tests  ±0   30 ✅ ±0   5s ⏱️ -1s
 1 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit a94ff8f. ± Comparison against base commit b044709.

♻️ This comment has been updated with latest results.

@HellAholic HellAholic merged commit ea4a238 into 5.13 Mar 18, 2026
23 checks passed
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