mirror of
https://github.com/mon/PocketVoltex.git
synced 2026-09-22 22:57:58 +03:00
Stronger case
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user