From: daniel watson Date: Fri, 3 Apr 2015 04:33:17 +0000 (-0700) Subject: add nut.scad to demonstrate use of nut-data.scad X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=commitdiff_plain;h=fbbda4d95e26046360c913691049a53b4e8b90ab add nut.scad to demonstrate use of nut-data.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