TPU Bridge for Glasses

Chris Avatar
$fn=90;
module elipse() {
    scale([1.8,1,1]) cylinder(1.1,3.4,3.4);
}

difference() {
    minkowski() {
        elipse();
        sphere(1.2);
    }
    elipse();
    translate([0,-2,0]) cube([15,4,1.5]);
}

One response to “TPU Bridge for Glasses”

  1. Ingrid Avatar
    Ingrid

    Great story
    You are clever Chris, no doubt about that! How happy you must have made your friend ๐Ÿ™‚

Leave a Reply

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