Release Notes
Changed
- Replace
[assets] with [[workspace.kicad_library]] for built-in resolution of KiCad symbol, footprint, and 3D model repositories.
- Embed referenced 3D models directly into
.kicad_pcb layout files, eliminating the need for external 3D model files at layout time.
Install pcb 0.3.49
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/diodeinc/pcb/releases/download/v0.3.49/pcb-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/diodeinc/pcb/releases/download/v0.3.49/pcb-installer.ps1 | iex"
Download pcb 0.3.49