diff options
| author | Louis Burda <quent.burda@gmail.com> | 2024-09-21 16:16:13 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2024-09-21 16:16:13 +0200 |
| commit | 98ca9169f2518796ef62bba55f2e58623d076b37 (patch) | |
| tree | e982e614ea5774c2a2959758a16f934e97b3c269 /model | |
| parent | cce1d1606b87f572cfe5bb7b740d30d416685b2c (diff) | |
| download | desk-andon-98ca9169f2518796ef62bba55f2e58623d076b37.tar.gz desk-andon-98ca9169f2518796ef62bba55f2e58623d076b37.zip | |
Add v-cut separated dual usb board
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) |
