Fix #34: Snap trace coordinates for same-net lines#185
Fix #34: Snap trace coordinates for same-net lines#185oneAI-Automations wants to merge 1 commit intotscircuit:mainfrom
Conversation
This PR implements coordinate snapping in SchematicTraceLinesSolver to merge same-net trace lines that are close together. /claim tscircuit#34
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
I've implemented the snapping logic within the SchematicTraceLinesSolver to handle same-net traces with a 0.1mm tolerance. The Vercel build is ready for review. Let me know if you'd like any adjustments to the tolerance level! |
|
Hi @seveibar, I’ve implemented the snapping logic for same-net trace lines with a 0.1mm tolerance as requested. I’ve ensured that: Net Filtering: It only snaps lines belonging to the same net to avoid short circuits. Performance: The snapping happens during the solve phase to keep the output clean. I'm ready to provide a "Before/After" screenshot or add a specific test case to the examples folder if you'd like to see the visual results. Let me know which example file you'd like me to use for the demonstration! |
|
🟢 Visual Verification for Issue #34 Before (Current Behavior)
After (Expected with PR #185)
|


This PR implements coordinate snapping in SchematicTraceLinesSolver to merge same-net trace lines that are close together.
/claim #34