summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--mold.scad2
1 files changed, 1 insertions, 1 deletions
diff --git a/mold.scad b/mold.scad
index e4f93fc..fee3ba0 100644
--- a/mold.scad
+++ b/mold.scad
@@ -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;