[DOCs] Added proposed case 1 circuit 2 PCBs
This commit is contained in:
parent
52113cc394
commit
0cf51eb9c7
10
README.md
10
README.md
|
|
@ -76,6 +76,8 @@
|
||||||
* [Notes about the position file](#notes-about-the-position-file)
|
* [Notes about the position file](#notes-about-the-position-file)
|
||||||
* [XYRS files](#xyrs-files)
|
* [XYRS files](#xyrs-files)
|
||||||
* [Notes about 3D models](#notes-about-3d-models)
|
* [Notes about 3D models](#notes-about-3d-models)
|
||||||
|
* [Proposed advanced KiCad usage](#proposed-advanced-kicad-usage)
|
||||||
|
* [One circuit and more than one PCB implementation](#one-circuit-and-more-than-one-pcb-implementation)
|
||||||
* [Credits](#credits)
|
* [Credits](#credits)
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
@ -4511,6 +4513,14 @@ outputs:
|
||||||
Will create a new PCB inside a directory called `expoted_pcb`, this PCB will use the 3D models copied to `expoted_pcb/3d_models` using
|
Will create a new PCB inside a directory called `expoted_pcb`, this PCB will use the 3D models copied to `expoted_pcb/3d_models` using
|
||||||
relative paths. So you can move the new PCB file to any place, as long as the `3d_models` directory is in the same place as the PCB.
|
relative paths. So you can move the new PCB file to any place, as long as the `3d_models` directory is in the same place as the PCB.
|
||||||
|
|
||||||
|
## Proposed advanced KiCad usage
|
||||||
|
|
||||||
|
This section contains some proposed solutions for special, or advanced, KiCad usage.
|
||||||
|
|
||||||
|
### One circuit and more than one PCB implementation
|
||||||
|
|
||||||
|
Use hierarchical pages to share the circuit between two projects: [example](docs/1_SCH_2_diff_PCBs)
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
- **KiBot project**: Salvador E. Tropea (@set-soft)
|
- **KiBot project**: Salvador E. Tropea (@set-soft)
|
||||||
|
|
|
||||||
|
|
@ -75,6 +75,8 @@
|
||||||
* [Notes about the position file](#notes-about-the-position-file)
|
* [Notes about the position file](#notes-about-the-position-file)
|
||||||
* [XYRS files](#xyrs-files)
|
* [XYRS files](#xyrs-files)
|
||||||
* [Notes about 3D models](#notes-about-3d-models)
|
* [Notes about 3D models](#notes-about-3d-models)
|
||||||
|
* [Proposed advanced KiCad usage](#proposed-advanced-kicad-usage)
|
||||||
|
* [One circuit and more than one PCB implementation](#one-circuit-and-more-than-one-pcb-implementation)
|
||||||
* [Credits](#credits)
|
* [Credits](#credits)
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
@ -1885,6 +1887,14 @@ outputs:
|
||||||
Will create a new PCB inside a directory called `expoted_pcb`, this PCB will use the 3D models copied to `expoted_pcb/3d_models` using
|
Will create a new PCB inside a directory called `expoted_pcb`, this PCB will use the 3D models copied to `expoted_pcb/3d_models` using
|
||||||
relative paths. So you can move the new PCB file to any place, as long as the `3d_models` directory is in the same place as the PCB.
|
relative paths. So you can move the new PCB file to any place, as long as the `3d_models` directory is in the same place as the PCB.
|
||||||
|
|
||||||
|
## Proposed advanced KiCad usage
|
||||||
|
|
||||||
|
This section contains some proposed solutions for special, or advanced, KiCad usage.
|
||||||
|
|
||||||
|
### One circuit and more than one PCB implementation
|
||||||
|
|
||||||
|
Use hierarchical pages to share the circuit between two projects: [example](docs/1_SCH_2_diff_PCBs)
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
- **KiBot project**: Salvador E. Tropea (@set-soft)
|
- **KiBot project**: Salvador E. Tropea (@set-soft)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue