From 6b0e40a92618171b18bf95d09cdbcf956c1ffce8 Mon Sep 17 00:00:00 2001 From: Reed Krantz Date: Mon, 10 Aug 2026 18:52:38 -0500 Subject: [PATCH] docs: update old comment --- cad/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cad/build.py b/cad/build.py index 1bd62a8..ff61b4f 100644 --- a/cad/build.py +++ b/cad/build.py @@ -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):