Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 809 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 809 Bytes

One schematic and two different PCBs

This example shows one way to handle a situation where we have one schematic and we want to create two different PCBs from the same circuit.

The proposed solution is to use one schematic and two KiCad projects. Each project includes the same schematic using a hierarchical sheet.

In this way we get two different PCBs, one for each project, but both with the same circuit.

PCB 1

Schematic

PCB

Top view

Bottom view

PCB 2

Schematic

PCB

Top view

Bottom view