kerfmaster pin list · Definitions
recordclosed d16States what the code does today. Auditable against the code — this is the only type that can go stale.
Content last changed 2026-08-06 — computed from the item itself, not typed.
Vocabulary — QC stage
⚠ Known defects
This item's subject has a known defect in the code. Source: cadmaster/defects.json → cadmaster/KNOWN_DEFECTS.md, not this page — the text below is generated from the register so the two can never disagree.
Island = a piece of kept metal fully surrounded by cut-away area (the MVT play triangle inside its ring; the centre of an ‘O’ or ‘A’; any stencil counter). Cutting the surrounding hole frees it and it drops out — so an island needs bridges to stay in place — permanent, by design (item 2b). A tab is the sacrificial hold, at a different stage (items 3a, 3b). Detected geometrically in bridges.islands(): the material is rastered even-odd at ~20 thou/px, every candidate neck is cut in the raster, and connected components are labelled once — a region that separates only because of those cuts was being held by them, so it is a real island and those necks are its bridges. Full spec: item 2b. Assembly caveat (2026-08-06): connectivity is a property of the assembly, not of the artwork — a shape can look joined in the composition and be a free island the moment the plates are split, so the island test is re-run per plate after every split. See item 2d.