From 3be45f60904cb0fb1245210e87fed81e67fe94ef Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Mon, 27 Jun 2016 20:49:27 +0000 Subject: mold: widen guides --- diff --git a/mold.scad b/mold.scad index e4f93fc..fee3ba0 100644 --- a/mold.scad +++ b/mold.scad @@ -22,7 +22,7 @@ module mold( } } } - gw = 3*s; // guide width, in case I'll want to change it. + gw = 4*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() { -- cgit v0.9.0.2