List: discuss@lists.openscad.org
From: Adrian Mariano
Re: Odd shapes with domes
Sat, Jan 8, 2022 9:24 PM
shape(){
> linear_extrude(20,convexity =10){
> polygon(points=[[-10,-10],[-10,15],[15,18],[9,-1]]);
> }}
>
> $fn=80;
> hull(){
> shape();
> translate([0,6,20]) sphere(10); //locate maybe by trial and error
> }
>
> On 08/01/2022 20:48, Joe Weinpert wrote:
>
>
> What is the best way to add a solid dome top