last few months of work
[mirrors/Designs.git] / cnc / 3D / drill_test.scad
diff --git a/cnc/3D/drill_test.scad b/cnc/3D/drill_test.scad
new file mode 100644 (file)
index 0000000..bf78da9
--- /dev/null
@@ -0,0 +1,10 @@
+$fn=100;
+difference() {
+cube([30,30, 10], true);
+    cylinder(20,3.175/2,3.175/2);
+    translate([5,0,-10]) cylinder(50,3.175/2,3.175/2);
+    translate([5,5,-10]) cylinder(20,3/2,3/2);
+    translate([0,5,-10]) cylinder(20,3.2/2,3.2/2);
+    translate([10,0,-10]) cylinder(20,4/2,4/2);
+    
+}
\ No newline at end of file
This page took 0.126869 seconds and 4 git commands to generate.