whoops, thickness is way off

This commit is contained in:
Bob - Home - Windows 2017-11-11 17:47:24 -05:00
parent 5f60c1889b
commit 035c4c52cf
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}