Stronger case

This commit is contained in:
William Toohey
2017-01-08 22:06:55 +10:00
parent 063341dad8
commit 66e6df4ec1
+2 -2
View File
@@ -32,11 +32,11 @@ fudge = 0.2;
wallOverlap = 1;
boltDiam = 2;
boltFudge = 0;
boltFudge = 0.1;
boltSize = boltDiam + boltFudge;
spacerSize = boltSize + 1;
boltExpand = boltDiam/2;
boltExpand = boltDiam;
// bolt + half on either side
wallStrength = boltDiam * 2;