List: discuss@lists.openscad.org
From: Michele Denber
Re: [OpenSCAD] Living Hinges
Tue, Aug 23, 2016 7:23 PM
.:
w = 38 ;
d = 26 ;
h = 2 ;
cut = 1 ;
difference ()
{
cube ([w, d, h]) ;
translate ([-1, d / 2, cut])
rotate ([45, 0, 0])
cube ([w + 2, 2, h]) ;
}
Polypropylene works very well for living hinges and is easy to work
with. I generally go for a 1 mm. hinge thickness.