EEVblog Electronics Community Forum

Electronics => PCB/EDA/CAD => KiCad => Topic started by: kristakis on March 11, 2024, 07:39:37 am

Title: [Solved] How to remove the Not Connected "X" on a pin
Post by: kristakis on March 11, 2024, 07:39:37 am
I've marked an unused pin on a µC as Not Connected (with Q) and it put a lovely little "X" there. Now I want to use that pin and I used the Wire tool to connect it to something but the "X" is still there and I can't find a way to remove it.

I'm sure it's simple and obvious but I haven not been able to find anything in the menus or google.


edit: Click on the arms of the X rather than the centre, or use the various selection techniques.
Title: Re: How to remove the Not Connected "X" on a pin
Post by: selcuk on March 11, 2024, 07:52:48 am
Did you click on the red X and press delete?
Title: Re: How to remove the Not Connected "X" on a pin
Post by: kristakis on March 11, 2024, 08:11:41 am
The "X" is blue. I can select the pin and the track but I can't select the "X"

[attachimg=1]

Pin 12 is not connected
Pin 31 is connected as normal
Pin 32 was not connected but I now want it to be connected

(sorry about the image size, I should have zoomed out a bit)
Title: Re: How to remove the Not Connected "X" on a pin
Post by: Doctorandus_P on March 11, 2024, 08:24:55 am
Small things are sometimes a bit hard to select. To fix this, KiCad has implemented a "Long Click". (keep mouse button depressed for around 1s) This long click pops up a context menu which lists all items on that location. So then you can unambiguously select the "No connect" flag and delete it.

Another option is to drag a small box around the no connect flag from left to right. Dragging a box from left to right only selects fully enclosed objects, while dragging a selection box from right to left also includes object that cross the box boundaries.
Title: Re: How to remove the Not Connected "X" on a pin
Post by: selcuk on March 11, 2024, 08:27:32 am
The color depends on the active theme. I switched to default color theme, placed the blue X with "Q" and was able to delete it. Right click + Delete and Edit Menu + Interactive Delete Tool are also working. KiCAD version is 6.0.5-a6ca702e91~116~ubuntu20.04.1.
Title: Re: How to remove the Not Connected "X" on a pin
Post by: kristakis on March 11, 2024, 08:34:06 am
Ha! Thank you!

I had been clicking the centre of the X to select it. Clicking on one of the arms did the trick.
Title: Re: [Solved] How to remove the Not Connected "X" on a pin
Post by: SiliconWizard on March 11, 2024, 08:43:35 am
Yes, selecting it is a bit finicky.
Title: Re: [Solved] How to remove the Not Connected "X" on a pin
Post by: Doctorandus_P on March 11, 2024, 08:48:25 am
Experiment a bit with those other options I mentioned. It's always good to have (and be familiar) with your options.