mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-01-22 09:27:46 +00:00
whoops, thickness is way off
This commit is contained in:
parent
5f60c1889b
commit
035c4c52cf
1 changed files with 1 additions and 1 deletions
2
key.scad
2
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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue