last few months of work
[mirrors/Designs.git] / cnc / 3D / bushing.scad
1 $fn=200;
2
3 translate([0,0,-15]) intersection() {
4 difference() {
5 cylinder(15,12.5,12.5);
6 translate([0,0,-2]) cylinder(20,5,5);
7 }
8 translate([0,20,1]) rotate([90,0,0]) cylinder(40,14,14);
9 }
This page took 0.277242 seconds and 4 git commands to generate.