kerfmaster pin list · Definitions
recordclosed d12States what the code does today. Auditable against the code — this is the only type that can go stale.
Content last changed 2026-08-07 — computed from the item itself, not typed.
Vocabulary — Report 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.
Comparison board = how every result is delivered — one hosted page at cadmaster.aristide.mycloudally.com with the original DXF as a thick-gray base layer, healed lines/arcs overlaid, red circles on any jog, download buttons (healed DXF, geometry G-code, Fanuc post), and a PASS/FAIL banner with fidelity + jog count. Built with build_board.py. The board is the artifact; the Telegram message is just the pointer.
Where it lives, since 2026-08-02: the site root is now the numbered build history (item 5). Every build keeps its own page at builds/NNN-<label>/ and nothing is overwritten. A vector board (item 2c) is a different page reporting different measurements, and takes a number in the same sequence.
Shop DXF — the standard shop-bound export (D29, closed 2026-08-07): every build also emits <label>_shop.dxf, the same healed geometry re-spelled as R12 bulge polylines + true circles (dxf_compat.py default), and it is the primary DXF button on the board. MetaCam mis-draws standalone ARC entities as full circles but reads the bulge spelling perfectly — it is the customer corpus’ own diet. A bulge is an exact arc: G-code posted from either spelling through the same emit.write_gcode() agrees to 0.04 thou, under half of one count of the 4-decimal NC format (nc_from_dxf.py is the proof harness). The R2000 _healed.dxf remains for CAD that reads it (SolidWorks-verified).