-
-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Freerouting plugin stopped working #360
Comments
same issue with version 2 |
Does anyone have this problem? For me FR no longer works completely, it routes 5% of the routes and then closes. |
@boromyr actually, for my case, I've found the culprit - the footprints for the sparkfun/adafruit PCBs I'm using have the rectangular outline on the edgecuts layer, causing freerouting and kicad itself to fail to connect routes to those pads. Moving the outline to the silkscreen layer fixed the auto routing. I'm not sure if U1 in your case is a custom footprint or not but it might be worth checking which layer things are on and making sure they're correct, or making a new custom footprint. |
Describe the bug
Yesterday morning I finished a project and freerouting worked fine. Yesterday Afternoon it stopped working.
Freerouting plugin for kicad 7 and 8 does not complete routing all the traces.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
To have freerouting finish all traces before if finishes
Screenshots
Here are shots of the board before and after autorouting.
Environment
Command line arguments
N/A
Project files
zip of the project
BattMonitor.zip
Logs
no errors or logs
Additional context
I have tried the other suggestions, uninstall and reinstall of the plugin, kicad and jre. Nothing was changed on my setup or installed between it working and stopping.
The text was updated successfully, but these errors were encountered: