Any plans to support 1.5 layer boards?

One of the things I like to use KiCAD for is reverse engineering boards from the 70s and 80s to restore vintage audio gear. I’ve read a few posts here from others struggling with the same issue I am, and that is how to place and route what’s essentially a “1.5 layer” design: top-side-only parts attached with bottom-side-only pads (with NPTH holes), and plated vias connecting to the top, where routing that was otherwise impossible to achieve on the bottom side was added. Some of these old boards have actual copper on top, but others used conductive ink to “paint” the topside routing, and the via holes, which goes bad over time.

I found that starting out with a 1-layer design was useful to a point, allowing me to route to pads without the tool complaining about routing to a non-plated component hole. However, once it’s time to add in the top-side routing, the design must become two layers, and KiCAD insists on defining all electrical pins as plated holes with pads on both sides. It seems like the obvious choice would be to add a feature to extend the “connected layers only” setting to suppress not only unused inner layer pads, but unused outer layer pads as well.

Adding pads to the top side where the original design didn’t have them isn’t always desirable for a couple of reasons - one is that it for rework, it needlessly requires you to suck solder out of the hole, which takes more time, and more importantly, heat, which can damage components made of plastics that easily melt. The other is that due to the rather large size of one-layer component pads (for better adhesion), some vintage designs will use the top side to route a trace very close to the part’s holes, essentially right over where the bottom pad is, so adding a top-side pad steals away valuable routing space.

Someone suggested placing a non-plated hole in the center of an SMD pad, and that was the best compromise I could find. It avoided manually editing the text in design files externally to remove top pads (and their plated hole definitions) but KiCAD makes it impossible to start a route from my SMD pins, or routing into them. It just flashes the error “cannot start routing from a non-plated hole.”

You can get a trace onto the outer edges of the pad to complete the connection, but it can’t snap to the center, so pad entry can end up looking misaligned and trashy. The only option was to get close and then edit the info for the final segment so it shares the same coordinate as the center of the destination pad.

If something is in the works to help address this, great! Otherwise, something to think about adding in a future release.

My first guess is there will be little interest to support this in KiCad itself, as most people actually like the second copper layer and the plated vias which are now standard from nearly all PCB factories. If I understand you correctly, your wish of having the pads not plated only has an advantage if you are both reverse engineering such a vintage PCB, and you have to do rework on it.

You have a quite lengthy description, and what it is essentially about two simple things:

  1. No pads the top layer for THT parts.
  2. No plated holes.

Removing unused pads in KiCad is quite easy with PCB Editor / Tools / Remove Unused Pads. For the plated versus non plated holes, doing this in a post-processing step is probably the simplest. Just replace the “PTH” in the drill files with “NPTH”. For real, you have dive a bit deeper into how those drill files are made, but the file format is simple. If you want to keep some of the plated holes (for example when using via’s and the top layer for “wire bridges”. then you can simply assign a unique drill diameter to all your via holes. Sorting them is then relatively easy with a text editor, but cut & paste is still a bit error prone. If you do this more often, then writing a script is also a viable option.

If you let go of your rework requirement, you could enjoy an extra ½ layer. I don’t see why replicas have to be the same in all aspects.

Set the pad to “Connected layers” only.
Connect the pad only on the bottom layer and it shouldn’t generate a top pad.

I think that you will find that these vias were actually rivets. I am familiar with these in the vintage QUAD 34. These are very unreliable as they get old.

There’s nothing to stop you designing footprints with much bigger pads on the bottom

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