Single Pin connected to filled zone in dual row connector

In the following screen capture (KiCAD 8), there is a dual row connector (0.1inch pitch), with two connections to a filled zone (other than ground). One is at the end, the other is somewhere midway along the detector (i.e. not at an end). This pin midway is the one that I would like to ask about. The signals on the adjacent pins will be clocked at 1MHz (typically).

Notice that the connection to the filled zone creates two “islands” (for lack of a better term) in the filled zone. Is that okay? And if not, how do I prevent it?

P/S “Remove islands” is set to “always”

(This situation came up from a backward compatibility problem. So moving the connection to the other end would mean propagating the change to other boards that are already in use.)

Thank you in advance for constructive comments.

You don’t say what kicad version are you using. If you use v8 or v9 you can set the Removed island option in Copper Zone Properties.
PS: For the even pins…and off topic…you don’t mean Ground instead Earth?

Thank you.

Yes, it’s earth.

Remove Island is set to “always”

And selecting any area in the minimum island size? Also take into account you have selected a Minimum width of 0.254. Try to change this to 0.1 for example.

The “remove islands” option is not suited for this case. In kicad terms “islands” (from the zone properties dialog) refers to completely unconnected (==floating) copper areas.

1 Like

Sooo… How do we remove it?

On further thought, it could be that all of the pseudo islands on the eart plane could also be removed.

Is there a setting perhaps for the footprint that does that?

Thanks

Have you tried to change the Minimum width? Another option is set the Minimum thermal relief spoke count to 2

Sooo… How do we remove it?

You have to do this manually. There is no option to prevent these “dangling islands”.

ideas:

  • put a rule area into the middle of the connector with “no zone fill” checkbox
  • set the connector footprint to “don’t connect to zone fills” and connect all pins manually
  • not tested: set the angle for the thermal spokes to 90°

The first one looks good. One large rule area under the middle of the connector, corners at the center of the outermost four pins, and set it for both of the inner (i.e. ground and power) layers.

Thank you.

1 Like