-
Beta Was this translation helpful? Give feedback.
Answered by
dan-p3rry
Feb 15, 2025
Replies: 2 comments
-
Answering my own question ... A one line BOSL2 module to cut out that arc shape: This has a similar disadvantage as method above, the shape being difference'd extends quite far in and out of the cylinder. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dan-p3rry
-
Why is it a disadvantage that the mask shape extends out far from the cylinder? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Answering my own question ... A one line BOSL2 module to cut out that arc shape:
bent_cutout_mask(container_r, wall_thickness+slop, subdivide_path(rect([w, h], rounding=corner_rad), 256, closed=true));
This has a similar disadvantage as method above, the shape being difference'd extends quite far in and out of the cylinder.