6.0 RC1 - Track has unconnected end

I hereby certify that I am not simply asking someone else to design a footprint for me.

This is an auto-generated message that is in place on the “footprints” section of the KiCad.info forum. If I remove it and ask for a footprint to be designed anyway, I understand that I will be subject to forum members telling me to go design my own footprint or referring me to a 3rd party footprint site.

I’ve got a project that was done in 5.1.12. All DRC checks passed and I got the PCB made and populated and it all works as expected.

I’ve now upgraded to 6.0 RC1 and am getting an error when doing a DRC on the PCB.

Screenshot from 2021-11-19 22-55-41

I’ve tried removing the tracks and re-adding and can’t seem to get rid of this error. All 3 errors point to vias.

Could this be some bug in RC1. The track can’t be unconnected as the circuit works.
Why would the error point tot he via? Is it reporting it’s not connected?

Application: KiCad PCB Editor

Version: 6.0.0-rc1-unknown-d76c6bc884~144~ubuntu20.04.1, release build

Libraries:
	wxWidgets 3.0.4
	libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3

Platform: Linux 5.11.0-37-generic x86_64, 64 bit, Little endian, wxGTK, ubuntu, x11

Build Info:
	Date: Nov 19 2021 09:47:35
	wxWidgets: 3.0.4 (wchar_t,wx containers,compatible with 2.8) GTK+ 3.24
	Boost: 1.71.0
	OCC: 7.5.2
	Curl: 7.68.0
	ngspice: 31
	Compiler: GCC 9.3.0 with C++ ABI 1013

Build settings:
	KICAD_USE_OCC=ON
	KICAD_SPICE=ON

1 Like

All three errors are for very short track segments:
0.1414mm
0.0000mm
0.2489mm

It’s a bit of an annoying bug / feature that KiCad makes these, and sometimes they get left behind.
If you draw tracks / via’s in "outline mode ( Pcbnew / View / Drawing mode / Sketch [xxx] then these short stubs become visible and you can select and delete them.

You can also use: Pcbnew / Tools / Cleanup Tracks & Via’s. I do recommend to be a bit careful here because this function sometimes deletes more then you wish for.

8 Likes

Thanks. Didn’t know about the drawing mode. This did the trick. Could see lots of microscopic tracks that needed to be cleaned up.

3 Likes

for the original DRC-question you can also use the “pcbnew–>Tools–>Cleanup Tracks and Vias” utility. It’s good to play a little with that tool to get a feeling for the effects.

7 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.