From e67233de1aac575632ecc366e3fd2a6251b50ee2 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Mon, 27 Jun 2016 20:47:35 +0000 Subject: mold: fix inprotrusion generation --- diff --git a/mold.scad b/mold.scad index 7d94337..d5354b0 100644 --- a/mold.scad +++ b/mold.scad @@ -31,7 +31,7 @@ module mold( cube(size=[gw,s,in]); } hull() { - translate([0,0,-v_protrude]) + translate([0,0,-h_protrude]) cube(size=[gw,s,v_protrude+h_protrude]); translate([0,-h_protrude,0]) cube(size=[gw,s+h_protrude,v_protrude]); -- cgit v0.9.0.2