feat(cad): make drive_shaft_bar_adapter a cylinder

This commit is contained in:
2026-06-29 21:05:50 -05:00
parent 1761e56e1a
commit a690efc920
+1 -1
View File
@@ -106,7 +106,7 @@ def build_drive_shaft_bar_adapter():
shaft_hub_screw_head_diam = 7 shaft_hub_screw_head_diam = 7
with BuildPart() as drive_shaft_bar_adapter: with BuildPart() as drive_shaft_bar_adapter:
Box(ext_size + (thickness * 2), ext_size + (thickness * 2), height, align=(Align.CENTER, Align.CENTER, Align.MIN)) Cylinder((ext_size / 2) + thickness, height, align=(Align.CENTER, Align.CENTER, Align.MIN))
# hollow the box # hollow the box
with Locations((0, 0, thickness)): with Locations((0, 0, thickness)):