Does KiCAD have the features I use in Altium?

I have some notes to add to @eelik’s excellent post.

Here is a good description of what all the layers are for:

Expanding on this, templates are at the project level in KiCad, and are usually for providing common board shapes with common connectors. Because of this you would want to start your project from a template and then start on the schematic. Not so easy to start with a schematic and apply a template later. Though, I suppose if the pcb template was board outline (and mfg standards) only one could copy your “template” pcbnew file into the project, and then rename the copy to fit the project, any time before doing any layout. But this is a filesystem level task, not a KiCad task.

I think there may be some python scripts for via stitching, but I haven’t used them so I don’t remember what they are called nor where to download them. Stitching is easy to do manually in 5.1.5. Just select the via tool and drop them where you want on the board. The vias will automatically be assigned to the net where you drop it. This includes stitching fills as well as stitching traces. If you find tutorials about drawing traces inside a fill of the same net to get vias you have found an old and now obsolete tutorial.

1 Like