-rw-r--r-- | mold.scad | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,9 +21,9 @@ module mold( cube(size=[size[0]-2*chamfer,size[1]-2*chamfer,size[2]+1]); } } } - gw = 4*s; // guide width, in case I'll want to change it. + gw = 3*s; // guide width, in case I'll want to change it. h_protrude_ = h_protrude<0 ? size[2] : h_protrude; module trusion(in,gw=gw,h_protrude=h_protrude_) { translate([-gw/2,0,s+size[2]]) union() { hull() { |