List: discuss@lists.openscad.org
From: pproj@posteo.de
Re: how to round/soften top edges
Thu, Nov 30, 2023 12:19 PM
chamfer(down=-1,up=-.15,side=-Ro,fnCorner=40)
box(skin(Wo),skin(Lo));
}
i am not quite sure what bobs code was supposed to look like, so this is
only a first take.
more on skins in constructive here:
https://github.com/solidboredom/constructive/blob/main/tutorials/tutorial-partIII.md#easily-create-skins-with-skinsize0-skinthickskinthick-walls2-marginmargin
On 30.11.23 12:20, Marcus Poller wrote:
> Hi Peter,
>
>> include
>>
>> chamfer(4,-2) tube(d=10,h=20,wall=2.5);
> I can't compile Bobs code after including ; I get error messages of this
>
> WARNING: Too many unnamed arguments supplied in file ../.local/share/OpenSCAD/libraries/BOSL2/attachments.scad, line 3274
>
> kind. I guess there is some naming ambiguities between BOSL and constructive-compiled;
>
> Cheers,
> Marcus