docs: update old comment

This commit is contained in:
2026-08-10 18:52:38 -05:00
parent 74ae6c40d4
commit 6b0e40a926
+1 -1
View File
@@ -120,7 +120,7 @@ def build_drive_shaft_bar_adapter():
with BuildPart() as drive_shaft_bar_adapter:
Cylinder((ext_size / 2) + thickness, height, align=(Align.CENTER, Align.CENTER, Align.MIN))
# hollow the box
# cut out space for the extrusion
with BuildSketch(Plane((0, 0, thickness))):
Rectangle(ext_size, ext_size)
with PolarLocations(ext_size / 2, 4):