Skip to content

Commit

Permalink
Changed the ziptie height to match the height of the device instead o…
Browse files Browse the repository at this point in the history
…f the shelf
  • Loading branch information
jmwright committed Feb 7, 2025
1 parent c871e3a commit 5fca504
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nimble_build_system/cad/shelf.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def _setup_assembly(self):
fastener_type="ziptie",
axis="-X",
length=300,
wrapped_height=self.height_in_u * self._rack_params.mounting_hole_spacing,
wrapped_height=device_height + 2.0 + self._rack_params.tray_bottom_thickness,
wrapped_width=115.0 - self._rack_params.tray_side_wall_thickness),
Ziptie(name=None,
position=(0, 86.25, 1.0),
Expand All @@ -191,7 +191,7 @@ def _setup_assembly(self):
fastener_type="ziptie",
axis="-X",
length=300,
wrapped_height=self.height_in_u * self._rack_params.mounting_hole_spacing,
wrapped_height=device_height + 2.0 + self._rack_params.tray_bottom_thickness,
wrapped_width=115.0 - self._rack_params.tray_side_wall_thickness),
]
self._renders = {"assembled":
Expand Down

0 comments on commit 5fca504

Please sign in to comment.