Remove unnecessary comments, clean up code

This commit is contained in:
2026-03-03 21:38:32 +01:00
parent cb433f76c9
commit 8e9a3712ac
16 changed files with 197 additions and 331 deletions
+1 -1
View File
@@ -255,7 +255,7 @@ base = base.fuse(
BAT_X + BAT_L, clip_y_start, WALL)
)
# Circular notch in back wall centred on base
# Circular notch in back wall - centred on base
notch_cz = rail_z + LID_H
base = base.cut(circular_notch(L, W / 2, notch_cz, NOTCH_R, NOTCH_DEPTH))