feat(astra): add independent nesting engine and fix hole validation

Replace the Terra scaffold with an independent configuration-space contact placer and bounded stock-plan search. Include plugin tests, synthetic and DXF benchmark drivers, results, and deployment documentation.

Correct shared collision clipping and hole subtraction so curved-hole inserts validate consistently. Cover translated layouts, spacing violations, operand order, winding, and independent boolean-area comparisons.

Validation: 1,293 tests passed with 12 fixture skips; all 34 synthetic/generated and four DXF cases are valid and complete.
This commit is contained in:
aj
2026-09-24 00:14:36 -04:00
parent 87f7ddad1a
commit 22d21924b8
34 changed files with 1984 additions and 265 deletions
@@ -0,0 +1,8 @@
q=1 offset=0 valid=False: 'ring' and 'insert' are closer than the required spacing (0.175)
q=1 offset=0.0003 valid=False: 'ring' and 'insert' are closer than the required spacing (0.175)
q=1 offset=0.05 valid=True:
q=1 offset=0.1 valid=True:
q=2 offset=0 valid=False: 'ring' and 'insert' are closer than the required spacing (0.175)
q=2 offset=0.0003 valid=False: 'ring' and 'insert' are closer than the required spacing (0.175)
q=2 offset=0.05 valid=False: 'ring' and 'insert' are closer than the required spacing (0.175)
q=2 offset=0.1 valid=False: 'ring' and 'insert' are closer than the required spacing (0.175)