Random Blue Line on PCB Layout


I have this random blue line going through my PCB layout. It doesnt seem to be connected to anything. Is this telling me something useful or is this a bug? I tried restarting KiCad. It won’t go away.

Application: KiCad PCB Editor x86_64 on x86_64
Version: 7.0.11+1, release build
Libraries:
wxWidgets 3.2.2
FreeType 2.12.1
HarfBuzz 6.0.0
FontConfig 2.14.1
libcurl/7.88.1 OpenSSL/3.0.11 zlib/1.2.13 brotli/1.0.9 zstd/1.5.4 libidn2/2.3.3 libpsl/0.21.2 (+libidn2/2.3.3) libssh2/1.10.0 nghttp2/1.52.0 librtmp/2.3 OpenLDAP/2.5.13
Platform: Debian GNU/Linux 12 (bookworm), 64 bit, Little endian, wxGTK, lightdm-xsession, x11
Build Info:
Date: Feb 29 2024 21:49:47
wxWidgets: 3.2.2 (wchar_t,wx containers) GTK+ 3.24
Boost: 1.74.0
OCC: 7.6.3
Curl: 7.88.1
ngspice: 39
Compiler: GCC 12.2.0 with C++ ABI 1017
Build settings:
KICAD_SPICE=ON

  1. Make a copy of the project.
  2. Delete everything surrounding it.
  3. Make sure “All Items” is on in the selection filter in the lower right corner.
  4. Draw a box around it to select it.
  5. Look at what it’s properties are (Either with e, or with PCB Editor / View / Show Properties Manager

A simpler way to select it would be to skip the first two steps, and then draw a small box from right to left over a part of that line, or to do a long mouse button press (which brings up a selection menu).

If all those things fail, then upload the PCB file (you can delete most of the project).

Looks like a ratsnest line to me.

1 Like

The color is right for a ratsnest line, but ratsnest lines start and end on pads or track segments. Do you have hidden items or hidden / disabled layers?

You can toggle ratsnest lines on/off, or between straight / curved to check whether it may be a ratsnest line.

1 Like

I tried all of paulvdh suggestions and in the process I figured out that the blue line is indicating that two fill zones of the same name are not electrically connected. In my screenshot I had the fill zones turned off so maybe it wasnt clear what was going on. Thanks paulvhd for the suggestions.

3 Likes