Is there a way to add a non-plated hole to a PCB without building a separate footprint to add a pad?
My PCB is a bit annoying because I have copper only on inner layers (capacitance system), and that doesn’t really fit the standard Kicad workflow. I’ve been working mostly with directly drawn patterns, but I can’t seem to directly draw a non-plated hole.
Obviously it’s possible to create a hole without a pad, as there are NPTH mounting holes in the footprint library. You could look at one to see how it’s done, or hack it to what you want.
I’m sure that big holes even defined as hole are made not by drilling but by milling. If they can make decision in this direction than probably for small holes they can also make such decision in opposite direction.
Symbols are actually not needed. You just need a footprint (which already exists in KiCad library).
When in PCB Editor press A, search for mounting hole, choose the one you like, place it, in its properties tick “Not in schematic”.
That’s it.