List: discuss@lists.openscad.org
From: Adrian Mariano
Re: nested difference to subtract from solid
Sat, Mar 5, 2022 12:24 PM
if first shape
> // is created with ends of cylinders at top.
>
> translate ([100,,0,0])
> {
> cylinder(100,10,10);
> translate([0,0,20])cylinder(80,15,15);
> translate([0,0,50])cylinder(50,20,20);
> }
>
> //it all renders fine
>
> // end
>
> Best wishes,
>
> Ray
>
>
>
> On 04/03/2022 15:29, Hendrik wrote:
>
> Hi
>
>
>
> Can anyone tell me rather then