added imageof the panel

This commit is contained in:
cpu
2026-06-13 23:29:25 +02:00
parent 8fddcbe292
commit 9054cf5b1b
2 changed files with 2 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ The script:
The resulting output is intended for repeatable CNC/MSLA processing.
![Panel](../images/Flow_Controller_Panel.png)
![Panel](images/Flow_Controller_Panel.png)
## Install kikit
Install `kikit`:
@@ -24,8 +24,7 @@ pipx install --system-site-packages kikit
```bash
# Panelize the PCB using the preset defined in `myPreset.json`.
kikit panelize \
-p myPreset.json \
kikit panelize -p myPreset.json \
../Flow_Controller/Flow_Controller.kicad_pcb \
panel/Flow_Controller_Panel.kicad_pcb
```