Skip to content
Discussion options

You must be logged in to vote

combining two masks (edge and corner).

diff() cuboid([100, 200, 10], rounding=40, except=[TOP, BOT, BACK]) {
   corner_profile(corners=[FRONT], r=40)
       mask2d_roundover(3);

   edge_profile(edges=[LEFT, RIGHT, FRONT])
       mask2d_roundover(3);
}

Well, thanks for rubber-ducking :D

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by thoastbrot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant