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);
}
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);
}