Skip to content

Commit 92c161a

Browse files
SchoenTomclaude
andcommitted
Sweep the stale 3.4-counterbore comments after the lid fix
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent af0e927 commit 92c161a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build/cad/mini_300.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ def build_roof_lid():
780780
# einhaengen, vorne 2x M3 (ersetzt die nicht platzierbaren +X-Bosse)
781781
for ty in (-8.0, 8.0):
782782
lid = lid + Pos(RLID_HX - 0.75, ty, RLID_Z_IN + 0.7) * Box(6.5, 6.0, 1.4) # tief in die Lippe eingebunden
783-
# 2× M3 VORNE: Durchgang Ø3,4 + Zylinderkopf-CB Ø6,1×3,4 von OBEN (sichtbare Schrauben)
783+
# 2× M3 VORNE: Durchgang Ø3,4 + Spotface Ø6,1×0,4 von OBEN (Köpfe bewusst proud — s. LID_CB_DP-Doku)
784784
for (px, py) in RLID_SCREW:
785785
lid = lid - Pos(px, py, (RLID_Z_IN + RLID_Z_OUT)/2) * Cylinder(radius=LID_THRU_D/2, height=WALL + 2)
786786
lid = lid - Pos(px, py, RLID_Z_OUT - LID_CB_DP/2) * Cylinder(radius=LID_CB_D/2, height=LID_CB_DP)

build/cad/v3_min.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ def build_roof_lid():
771771
lid = flange + lip
772772
# Schalterloch Ø12,3 IM DECKEL (Tom/des Referenz-Prototyps Druck: Schalter sitzt oben im Deckel)
773773
lid = lid - Pos(SW_CX, SW_CY, (RLID_Z_IN + RLID_Z_OUT)/2) * Cylinder(radius=12.3/2, height=WALL + 2)
774-
# 3× M3: Durchgang Ø3,4 + Zylinderkopf-CB Ø6,1×3,4 von OBEN (sichtbare Schrauben, des Referenz-Prototyps Look)
774+
# 3× M3: Durchgang Ø3,4 + Spotface Ø6,1×0,4 von OBEN (Köpfe bewusst proud — s. LID_CB_DP-Doku)
775775
for (px, py) in RLID_SCREW:
776776
lid = lid - Pos(px, py, (RLID_Z_IN + RLID_Z_OUT)/2) * Cylinder(radius=LID_THRU_D/2, height=WALL + 2)
777777
lid = lid - Pos(px, py, RLID_Z_OUT - LID_CB_DP/2) * Cylinder(radius=LID_CB_D/2, height=LID_CB_DP)

0 commit comments

Comments
 (0)