Unidiff1 files changed, 1 insertions, 1 deletions
|
diff --git a/mold.scad b/mold.scad index 7d94337..d5354b0 100644 --- a/ mold.scad+++ b/ mold.scad |
|
@@ -31,7 +31,7 @@ module mold( |
31 | cube(size=[gw,s,in]); |
31 | cube(size=[gw,s,in]); |
32 | } |
32 | } |
33 | hull() { |
33 | hull() { |
34 | translate([0,0,-v_protrude]) |
34 | translate([0,0,-h_protrude]) |
35 | cube(size=[gw,s,v_protrude+h_protrude]); |
35 | cube(size=[gw,s,v_protrude+h_protrude]); |
36 | translate([0,-h_protrude,0]) |
36 | translate([0,-h_protrude,0]) |
37 | cube(size=[gw,s+h_protrude,v_protrude]); |
37 | cube(size=[gw,s+h_protrude,v_protrude]); |
|