Wanting symbol bug confirmation

When a pin is given the Electrical Type “Free” (can anyone clarify this term?), the small circle appears correctly on the pin in the Symbol Editor.

When the symbol is placed on the Schematic, the pin no longer displays the circle. However, the symbol pins do operate correctly when connected to wires. ie. pin 2 behaves the same as pin 1 and pin 4 behave as pin 3.

type orApplication: KiCad Symbol Editor x86_64 on x86_64

Version: 8.0.4-unknown-202407162209~ee573a1480~ubuntu22.04.1, release build

Libraries:
	wxWidgets 3.2.1
	FreeType 2.11.1
	HarfBuzz 2.7.4
	FontConfig 2.13.1
	libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.18

Platform: Linux Mint 21.3, 64 bit, Little endian, wxGTK, X11, cinnamon, x11
OpenGL: Mesa, NV106, 4.3 (Compatibility Profile) Mesa 23.2.1-1ubuntu3.1~22.04.2

Build Info:
	Date: Jul 16 2024 22:09:10
	wxWidgets: 3.2.1 (wchar_t,wx containers) GTK+ 3.24
	Boost: 1.74.0
	OCC: 7.6.3
	Curl: 7.81.0
	ngspice: 42
	Compiler: GCC 11.4.0 with C++ ABI 1016

Build settings:
 paste code here

The behavior certainly is a bit weird / unusual, but I am not convinced there is a bug. I find it hard to classify how the Free pin type should behave.

First, I had to look it up in the manual:

Pin type Free

A pin that does not electrically affect the operation of the device. These pins typically represent package leads that are not internally connected to the chip. The default Pin Conflicts settings allow free pins to connect to most other types of pin.

In the PCB editor, pads corresponding to free pins can be connected to copper of any other net without causing a DRC error.

So, I took a connector, and set pin number 3 to the “Free” pin type. In the pin preview there is no circle, while in the symbol itself, the circle is shown. This is a bit confusing behavior.

Back in the schematic editor. The free pin does not show a circle. It also doe not throw an ERC error when left open. According to the pin type description this is correct.

In the PCB editor, I can route a connection through the free pin 3, but the interactive router resists me when I attempt to the unconnected pin 2. This is also according to the description.

KiCad does allow an explicit connection to pin 3 (it acts as a normal pin, auto wire starts from it’s attachment point).
image

Kicad now throws a DRC violation because it is no longer a “free” pin because of the explicit connection. It also shows the ratsnest line according to the connection in the schematic.

So as far as I can see, there is no bug. Showing the pin circle in the footprint editor is also probably intended. Otherwise it would be hard to see the difference between left / right of the pin. An improvement could be to add a greyed out “unconnected” cross to the pin circle to indicate it is OK to leave it open.

1 Like

I’d prob just make my own symbol, tie it to the correct footprint, and not worry about that one. Easier and cleaner solution.

That does not help at all.
This thread is not about designing schematic symbols. it is about how the “Free” pin type behaves.

Agree. That is why the thread.
I don’t like posting issues that receive an " as designed" comment. I’ll leave this up a bit longer.

To be honest, I’d only noticed this “Free” pin because I was commenting on another thread.