-rw-r--r-- | mold.scad | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,5 +23,5 @@ 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_) { |