Skip to content

Commit

Permalink
Merge pull request #23 from tscircuit/feat/add-traces
Browse files Browse the repository at this point in the history
fix: add traces parsing back
  • Loading branch information
imrishabh18 authored Nov 18, 2024
2 parents cdea3a2 + 3106b8a commit 4ad8d7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,7 @@ export function convertCircuitJsonToDsnJson(
processComponentsAndPads(componentGroups, circuitElements, pcb)
processPlatedHoles(circuitElements, pcb)
processNets(circuitElements, pcb)
// No need to process traces, cause we will be using the freerouting's autorouter
// processPcbTraces(circuitElements, pcb)
processPcbTraces(circuitElements, pcb)

return pcb
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4ad8d7c

Please sign in to comment.