My first model in OpenSCAD

Was at a Cafe and thought, screw it. I will code generic cup in OpenSCAD as a skill building exercice.

difference()
{
cylinder(20,7,10,0,$fn=200) ;
translate([0,0,2]) cylinder(20,7,10,0,$fn=200);
}

Leave a Reply

Your email address will not be published. Required fields are marked *