Advance PCB carrier to A1 layout

Reposition the ESP32 and RS-232 reference within the notched outline,
preserve the A0 snapshot, and add second-pass two-layer routing
evidence.
Refresh validation reports and draft previews while keeping fabrication
status provisional.
This commit is contained in:
2026-09-21 12:32:01 +02:00
parent c0f7a1ad51
commit 7d76a41540
21 changed files with 26918 additions and 5227 deletions
+2 -2
View File
@@ -70,8 +70,8 @@ for i, a in enumerate(items):
if distance < min_clearance:
min_clearance, closest = distance, (a[0], b[0])
assert min_clearance >= 0.25 - 1e-6, (min_clearance, closest)
outline = Polygon([(100,100),(182,100),(182,180),(136,180),(136,161),(100,161)])
rf = box(110, 100, 131, 113)
outline = Polygon([(136,100),(182,100),(182,180),(100,180),(100,119),(136,119)])
rf = box(110, 119, 131, 132)
min_edge, min_rf = float('inf'), float('inf')
for label, net, layers, geom, radius in items:
assert outline.covers(geom), label