List: discuss@lists.openscad.org
From: Adrian Mariano
Re: How to round the top inner and outer edges?
Mon, Sep 4, 2023 10:11 PM
=2));
>>>>>> down(1)offset_sweep(inside, h=H+1, top=os_circle(r=-2),extra=1);
>>>>>> }
>>>>>>
>>>>>> Note that you could also compute just one of inside and outside
>>>>>> directly and get the other one with offset().
>>>>>>
>>>>>> A third way to make a shape like this is to use rounded_prism(),
>>>>>> again with a difference.