[DOCs] Missing files for last commit
This commit is contained in:
parent
0cf51eb9c7
commit
246cac195b
|
|
@ -1,3 +1,3 @@
|
||||||
Generated
|
|
||||||
fp-info-cache
|
fp-info-cache
|
||||||
*.kicad_prl
|
*.kicad_prl
|
||||||
|
*-backups
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 218 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 249 KiB |
Binary file not shown.
Binary file not shown.
|
|
@ -1,3 +1,3 @@
|
||||||
Generated
|
|
||||||
fp-info-cache
|
fp-info-cache
|
||||||
*.kicad_prl
|
*.kicad_prl
|
||||||
|
*-backups
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 122 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 153 KiB |
Binary file not shown.
Binary file not shown.
|
|
@ -0,0 +1,30 @@
|
||||||
|
# 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_1/Generated/Schematic.pdf)
|
||||||
|
|
||||||
|
[PCB](PCB_1/Generated/PCB_1-assembly.pdf)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## PCB 2
|
||||||
|
|
||||||
|
[Schematic](PCB_2/Generated/Schematic.pdf)
|
||||||
|
|
||||||
|
[PCB](PCB_1/Generated/PCB_2-assembly.pdf)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
Loading…
Reference in New Issue