Skip to content

Commit

Permalink
Merge pull request #223 from tscircuit/pathloops
Browse files Browse the repository at this point in the history
enable removing path loops
  • Loading branch information
seveibar authored Nov 1, 2024
2 parents f002b06 + aff5232 commit 3ec2818
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/components/primitive-components/Trace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ export class Trace extends PrimitiveComponent<typeof traceProps> {

const ijump = new MultilayerIjump({
OBSTACLE_MARGIN: minTraceWidth * 2,
// isRemovePathLoopsEnabled: true,
isRemovePathLoopsEnabled: true,
optimizeWithGoalBoxes: Boolean(pcbPortA && pcbPortB),
connMap,
input: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@lume/kiwi": "^0.4.3",
"@tscircuit/footprinter": "^0.0.77",
"@tscircuit/infgrid-ijump-astar": "^0.0.21",
"@tscircuit/infgrid-ijump-astar": "^0.0.24",
"@tscircuit/math-utils": "^0.0.4",
"@tscircuit/props": "^0.0.77",
"@tscircuit/schematic-autolayout": "^0.0.5",
Expand Down

0 comments on commit 3ec2818

Please sign in to comment.