last few months of work
[mirrors/Designs.git] / cnc / 3D / bushing.scad
diff --git a/cnc/3D/bushing.scad b/cnc/3D/bushing.scad
new file mode 100644 (file)
index 0000000..737b430
--- /dev/null
@@ -0,0 +1,9 @@
+$fn=200;
+
+translate([0,0,-15]) intersection() {
+    difference() {
+        cylinder(15,12.5,12.5);
+        translate([0,0,-2]) cylinder(20,5,5);
+    }
+    translate([0,20,1]) rotate([90,0,0]) cylinder(40,14,14);
+}
\ No newline at end of file
This page took 0.135068 seconds and 4 git commands to generate.