Skip to content

CURA-13297 Fix wall thickness instead of walls count - #2367

Merged
HellAholic merged 4 commits into
mainfrom
CURA-13297
Aug 31, 2026
Merged

CURA-13297 Fix wall thickness instead of walls count#2367
HellAholic merged 4 commits into
mainfrom
CURA-13297

Conversation

@wawanbreton

Copy link
Copy Markdown
Contributor

Following the changes for the tree support dynamic wall thickness, some methods now need to properly handle either a wall count or a thickness. This PR fixes a few cases where they were mismatched.

On behalf of HellAholic
CURA-13297

HellAholic and others added 4 commits August 20, 2026 13:55
Pass the infill wall distance (wall count × wall width) to `generateWallToolPaths` instead of the raw wall count. This Should correct the extra infill wall generation where the function expects a width-based value in coordinate units.
Update `wall_line_count` in `TreeSupportUtils` to use `coord_t` and compute roof walls in width units (`support_roof_wall_count * support_roof_line_width`) instead of a raw line count. This keeps wall sizing consistent between regular support walls and roof walls and avoids unit/type mismatch.
@github-actions

github-actions Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Test Results

31 tests   31 ✅  5s ⏱️
 1 suites   0 💤
 1 files     0 ❌

Results for commit 0374fcb.

♻️ This comment has been updated with latest results.

@HellAholic HellAholic left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Changes on branch done by HellAholic and review and PR done by Erwan MATHIEU (@wawanbreton)
LGTU!

@HellAholic
HellAholic merged commit 278fdb0 into main Aug 31, 2026
35 checks passed
@HellAholic
HellAholic deleted the CURA-13297 branch August 31, 2026 08:40
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.

2 participants