Skip to content

Commit

Permalink
Fixed screw size and length for Unifi Flex Switch
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Oct 22, 2024
1 parent a39931e commit d045a0a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nimble_build_system/cad/shelf.py
Original file line number Diff line number Diff line change
Expand Up @@ -819,17 +819,17 @@ def __init__(self,
Screw(name=None,
position=self.hole_locations[0],
explode_translation=(0.0, 0.0, 40.0),
size="M3-0.5",
size="M4-0.7",
fastener_type="iso7380_1",
axis="-Z",
length=10),
length=8),
Screw(name=None,
position=self.hole_locations[1],
explode_translation=(0.0, 0.0, 40.0),
size="M3-0.5",
size="M4-0.7",
fastener_type="iso7380_1",
axis="-Z",
length=10),
length=8),
]
self.render_options = {
"color_theme": "default", # can also use black_and_white
Expand Down

0 comments on commit d045a0a

Please sign in to comment.