add nut.scad to demonstrate use of nut-data.scad
authordaniel watson <ozzloy@gmail.com>
Fri, 3 Apr 2015 04:33:17 +0000 (21:33 -0700)
committerdaniel watson <ozzloy@gmail.com>
Fri, 3 Apr 2015 04:33:17 +0000 (21:33 -0700)
3d-printables/nut.scad [new file with mode: 0644]

diff --git a/3d-printables/nut.scad b/3d-printables/nut.scad
new file mode 100644 (file)
index 0000000..7370954
--- /dev/null
@@ -0,0 +1,9 @@
+
+include <nut-data.scad>
+
+size = 4;
+
+nut_2d(size);
+
+translate([size + 1, 0, 0]){
+  square(size, center = true);}
\ No newline at end of file