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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user