Design re-use in PCBNEW

“Design reuse” is a popular topic in the PCB press these days. In the near future, I have a board coming up that has 4 identical complex circuits. Once I complete one of the four, is there any way to duplicate the layout?

TIA
bdh

You can give these two issues an upvote:

But there is no built-in support yet for this in KiCad. However, you can manually copy parts of schematics between projects (or even include a hierarchical sheet from another project) and you can manually copy sections of a layout between different instances of the PCB Editor. either by the normal Copy & Paste, or by starting the PCB Editor in Standalone Mode, (That is without an active project). In this “Stand alone” mode some extra functions are enabled such as: File / Append Board in the main menu.

image

Also worth mentioning is the "Replicate Layout plugin in KiCad. This works only within a single project, and it’s intended use is for projects in which a sub section (on a hierarchical sheet) is implemented multiple times on a PCB, such as for example an opto coupler input for a PLC like circuit.

1 Like

There is also Save Restore Layout action plugin which implements snippets/design blocks feature

1 Like

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