diff options
Diffstat (limited to 'model')
| -rw-r--r-- | model/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/model/main.py b/model/main.py index 5b374f7..403a172 100644 --- a/model/main.py +++ b/model/main.py @@ -333,7 +333,7 @@ def main(): hole_radius = 3.2/2, hole_offset = 2.8, tol = tol, bolt_radius = 3/2, bolt_head_radius = 3, bolt_depth = 4, usbc_height = 1.60) - board_space = V3(36, 54, 10) + board_space = V3(36, 48, 10) rod_support = V(thickness = thin_wall, height = 9) #rod_hole = V(height = 12, radius = m3hole) |
