Skip to content

Instantly share code, notes, and snippets.

@robin7331
Created April 29, 2022 10:42
Show Gist options
  • Save robin7331/5c03245126b909964613971d0abdfcbd to your computer and use it in GitHub Desktop.
Save robin7331/5c03245126b909964613971d0abdfcbd to your computer and use it in GitHub Desktop.
rm -rf output
mkdir output
docker run -w /kikit \
-v $(pwd):/kikit \
yaqwsx/kikit:nightly-m1 \
kikit panelize -p kikit-panel-preset.json my-project.kicad_pcb \
output/my-project-panel.kicad_pcb
docker run -w /kikit \
-v $(pwd):/kikit \
yaqwsx/kikit:nightly-m1 \
kikit fab jlcpcb --no-drc output/my-project-panel.kicad_pcb \
output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment