From 035c4c52cfcf2828ae0be5e82ce2d919a52829d7 Mon Sep 17 00:00:00 2001 From: Bob - Home - Windows Date: Sat, 11 Nov 2017 17:47:24 -0500 Subject: [PATCH] whoops, thickness is way off --- key.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/key.scad b/key.scad index 4a40f8d..da716a4 100644 --- a/key.scad +++ b/key.scad @@ -147,7 +147,7 @@ module ISOEnterShapeHull(thickness_difference, depth_difference, modifier){ // TODO completely making up these numbers here // 0.86mm is from the unit function, 18.16 - 19.02. no idea what the 18 is, shows me for not leaving better comments translate([0,-19.05 * 0.5,0]) - fakeISOEnter(thickness_difference); + fakeISOEnter(thickness_difference/2); } }