You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when a via is placed astar chooses to go back and look for ways to do the route without a via, wasting iterations. This is obvious if you lower the via cost.
There's no reason to go back if at least one via is required on the path
For plated holes or multi-layer goals, this isn't relevant
The text was updated successfully, but these errors were encountered:
Currently, when a via is placed astar chooses to go back and look for ways to do the route without a via, wasting iterations. This is obvious if you lower the via cost.
There's no reason to go back if at least one via is required on the path
For plated holes or multi-layer goals, this isn't relevant
The text was updated successfully, but these errors were encountered: