Created
April 29, 2022 10:42
-
-
Save robin7331/5c03245126b909964613971d0abdfcbd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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