Nomad dock

From Wildsong
Revision as of 00:49, 20 August 2013 by Brian Wilson (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

open top box

thickness = 5;
module case(w,h,d) {

difference() { cube(size=[w+thickness, h+thickness, d], center=true); translate([0,0,thickness]) cube(size=[w, h, d], center=true); }

}

case(300,400,25);