Hi everyone I have a problem with the DRC in PcbNew. the indicator of how many connections are left gives me a sign that I left 2 pads unconnected. Yet the DRC sees nothing wrong.
I also looked up close on all pads to be sure I didn’t make a mistake.
I made the libraries local so Kicad does not have to fetch them from Github. Because I’m behind a proxy.
I don’t know if this will affect your statement.
By now I know you have updated to V5.
DRC is independent of Unconnected test.
If you spread all footprints without any track routed, the DRC will find no errors and plenty of unconnected pads.
Sometimes we see the track on the pad and it is connected by copper but not logically connected since the track didn’t reach the center of the pad.
The status bar unconnected count is not as reliable as the DRC test for unconnected. If it would be calculated the same way then it would take up too much processing power.
That is why this status bar entry has been renamed in v5. (It is now called unrouted instead of unconnected.) The behaviour will still be the same in v5 as it was in v4. In most cases restarting pcb_new will reinitialize the count in the status bar. Resulting in DRC and this count agreeing with each other.