List: discuss@lists.openscad.org
From: nop head
Re: How to round the top inner and outer edges?
Tue, Sep 5, 2023 10:56 AM
=os_circle(r=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
>>>>