List: discuss@lists.openscad.org
From: pproj@posteo.de
Re: how to round/soften top edges
Thu, Nov 30, 2023 1:30 PM
does prettymuch the same as code below, but might be easier to
understand, by just looking at it:
include
Wo=34; Lo=60; Ro = 8;
$skinThick =1.4; $margin=0;
assemble()
{
addRemove(height(skin(5)),
chamfer(down=-.5,up=-.5,side=-Ro,fnCorner=40))
box(skin(Wo),skin(Lo));
//remove the Lid at the top