X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=nook-case.scad;h=ecbbbc22fd95bb31a86b9d391392bd3ef472142d;hb=6dba99d4594590c1af949fbd0379d366a05c2ca6;hp=d972c2334e9636a8140d848ad6e2dd7a63b2b4b7;hpb=aac6d88674d12b9a91b7c80c6e10c92631274dfd;p=reprap-play.git diff --git a/nook-case.scad b/nook-case.scad index d972c23..ecbbbc2 100644 --- a/nook-case.scad +++ b/nook-case.scad @@ -1,11 +1,13 @@ // -*- C -*- +// Infill density: 20% + include include nook_th = 12.41 + 0.50 - 1.50 + 1.35 - .25; -nook_w = 127.12 + 0.75 - .95; -nook_h = 123.44 + 21.88 + 21.05 + 0.75 - 1.90; +nook_w = 127.12 + 0.75 - .95 - .50; +nook_h = 123.44 + 21.88 + 21.05 + 0.75 - 1.90 - 0.50 - 0.50; edge_ledge_w = 9.60; edge_ledge_h = 2.44 - .25; @@ -285,6 +287,16 @@ module Base(){ ////toplevel rectfromto([-40, -open_recess_h], [40, 1]); */ } + if ($test) { + linextr(spp7[1], spp8[1]) { + hull(){ + for (r=[0,180]) + rotate([0,0,r]) + translate(nom_cnr + -1 * nook_cnr_rad*[1,1]) + square(12); + } + } + } } module Top(){ ////toplevel