-
-
Notifications
You must be signed in to change notification settings - Fork 913
CURA-12474 set fixed 0 gap for brim support #2213
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
Conversation
CURA-12474 This requires having different starting outlines for models and supports, so that we don't apply the same gap for each
rburema
left a comment
There was a problem hiding this 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: 9d06c92 | Previous: 6156738 | Ratio |
|---|---|---|---|
SimplifyTestFixture/simplify_slot_noplugin |
1.8890690113623052 ns/iter |
1.247252371095342 ns/iter |
1.51 |
This comment was automatically generated by workflow using github-action-benchmark.
CC: @nallath @jellespijker @wawanbreton @casperlamboo @saumyaj3 @HellAholic
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR addresses CURA-12474 by introducing a fixed zero gap for brim support, separating outlines for models versus supports. Key changes include replacing Shape with Outline in relevant functions, adjusting offset calculations for gapped versus touching outlines, and updating header declarations accordingly.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/SkirtBrim.cpp | Updated logic in offset generation and first layer outline calculation using Outline |
| include/SkirtBrim.h | Updated declarations and structure definitions to support Outline usage |
This requires having different starting outlines for models and supports, so that we don't apply the same gap for each
CURA-12474