From fbbda4d95e26046360c913691049a53b4e8b90ab Mon Sep 17 00:00:00 2001 From: daniel watson Date: Thu, 2 Apr 2015 21:33:17 -0700 Subject: [PATCH] add nut.scad to demonstrate use of nut-data.scad --- 3d-printables/nut.scad | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 3d-printables/nut.scad diff --git a/3d-printables/nut.scad b/3d-printables/nut.scad new file mode 100644 index 0000000..7370954 --- /dev/null +++ b/3d-printables/nut.scad @@ -0,0 +1,9 @@ + +include + +size = 4; + +nut_2d(size); + +translate([size + 1, 0, 0]){ + square(size, center = true);} \ No newline at end of file -- 2.30.2