Skip to content

Commit

Permalink
Merge pull request #18 from tscircuit/fix/remove-traces-getting-proce…
Browse files Browse the repository at this point in the history
…ssed

fix: Traces doesn't need to be processed
  • Loading branch information
imrishabh18 authored Nov 15, 2024
2 parents cf6715e + 5c1cc8a commit 32703d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ export function convertCircuitJsonToDsnJson(
const componentGroups = groupComponents(circuitElements)
processComponentsAndPads(componentGroups, circuitElements, pcb)
processNets(circuitElements, pcb)
processPcbTraces(circuitElements, pcb)
// No need to prcess traces, cause we will be using the freerouting's autorouter
// 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 32703d0

Please sign in to comment.