feat: add chamfer tool#1495
Conversation
RobPasMue
left a comment
There was a problem hiding this comment.
Looks good at first sight. Again, I would initiate a "Pull tools" example module to host how to use them. We need examples for all these new features.
RobPasMue
left a comment
There was a problem hiding this comment.
Ah wait - documentation example is missing. I'll leave the approval for whenever that's done
@RobPasMue yes working on that now :) |
PipKat
left a comment
There was a problem hiding this comment.
Minor edits suggested on doc content.
Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com>
Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com>
Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com>
Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com>
Co-authored-by: Kathy Pippert <84872299+PipKat@users.noreply.github.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1495 +/- ##
==========================================
+ Coverage 91.28% 91.32% +0.03%
==========================================
Files 86 87 +1
Lines 7103 7133 +30
==========================================
+ Hits 6484 6514 +30
Misses 619 619 ☔ View full report in Codecov by Sentry. |
Description
Create chamfer on an edge, or adjust the chamfer of a face. This is available on Linux via the CoreService. Created "pull_tools" to house all the incoming geometry commands that will all be available on windows+linux.
Issue linked
Checklist
feat: extrude circle to cylinder)