Fix pcbdraw/kikit calls (#29)
This commit is contained in:
parent
d5f78f63a1
commit
2095e7e80d
6
Makefile
6
Makefile
|
|
@ -34,15 +34,15 @@ output/routed_pcbs/%-drc/: output/routed_pcbs/%.kicad_pcb
|
|||
|
||||
output/routed_pcbs/%-front.png: output/routed_pcbs/%.kicad_pcb
|
||||
mkdir -p $(shell dirname $@)
|
||||
${container_cmd} run ${container_args} yaqwsx/kikit:v0.7 pcbdraw --style builtin:oshpark-afterdark.json $< $@
|
||||
${container_cmd} run ${container_args} --entrypoint /usr/local/bin/pcbdraw yaqwsx/kikit:v1.3.0 plot --side front --style oshpark-afterdark $< $@
|
||||
|
||||
output/routed_pcbs/%-back.png: output/routed_pcbs/%.kicad_pcb
|
||||
mkdir -p $(shell dirname $@)
|
||||
${container_cmd} run ${container_args} yaqwsx/kikit:v0.7 pcbdraw -b --style builtin:oshpark-afterdark.json $< $@
|
||||
${container_cmd} run ${container_args} --entrypoint /usr/local/bin/pcbdraw yaqwsx/kikit:v1.3.0 plot --side back --style oshpark-afterdark $< $@
|
||||
|
||||
output/gerbers/%/gerbers.zip: output/routed_pcbs/%.kicad_pcb
|
||||
mkdir -p $(shell dirname $@)
|
||||
${container_cmd} run ${container_args} yaqwsx/kikit:v0.7 kikit fab jlcpcb --no-assembly $< $(shell dirname $@)
|
||||
${container_cmd} run ${container_args} yaqwsx/kikit:v1.3.0 fab jlcpcb --no-drc --no-assembly $< $(shell dirname $@)
|
||||
|
||||
clean:
|
||||
rm -rf output
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ meta:
|
|||
engine: 4.0.4
|
||||
name: samoklava
|
||||
version: 0.3
|
||||
author: soundmonnster
|
||||
author: soundmonster
|
||||
url: https://github.com/soundmonster/samoklava
|
||||
units:
|
||||
kx: cx
|
||||
|
|
|
|||
Loading…
Reference in New Issue