-rw-r--r-- | mold.scad | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,3 +24,3 @@ module mold( | |||
24 | } | 24 | } |
25 | gw = 3*s; // guide width, in case I'll want to change it. | 25 | gw = 4*s; // guide width, in case I'll want to change it. |
26 | h_protrude_ = h_protrude<0 ? size[2] : h_protrude; | 26 | h_protrude_ = h_protrude<0 ? size[2] : h_protrude; |