Thingiverse
circle to ellipse
by 1213user
0
Downloads
0
Likes
0
Makes
circle to ellipse
Delta=0.01;
module connector (height,radius,eccentricity)
translate([0,0,0])
{
hull() {
linear_extrude(height=Delta)
circle(r=radius);
translate([0,30,height - Delta])
linear_extrude(height=Delta)
scale([1,eccentricity])
circle(r=radius);
}
}
module tube(height, radius, eccentricity=1, thickness) {
difference() {
minkowsk
Delta=0.01;
module connector (height,radius,eccentricity)
translate([0,0,0])
{
hull() {
linear_extrude(height=Delta)
circle(r=radius);
translate([0,30,height - Delta])
linear_extrude(height=Delta)
scale([1,eccentricity])
circle(r=radius);
}
}
module tube(height, radius, eccentricity=1, thickness) {
difference() {
minkowsk
Sign in to leave a comment
Sign in