List: discuss@lists.openscad.org
From: Sanjeev Prabhakar
Re: How to round the top inner and outer edges?
Sun, Sep 3, 2023 1:32 PM
So it
> could be done like this:
>
> include
> include
>
> $fa=1;$fs=1;
> W=34;L=60;H=10;Or = 8;Ir = 3;
>
> inside = rect([W,L]-(Or-Ir)*[2,2], rounding=Ir);
> outside = rect([W,L], rounding=Or);
>
> difference(){
> offset_sweep(outside, h=H, top=os_circle(r=2));
> down(1)offset_sweep(inside, h=H+1, top=os_circle(r=-2),