Use dark PCB style; remove custom style file

This commit is contained in:
Leo Batyuk 2021-11-13 18:38:11 +01:00
parent 6dba9a1d99
commit 8a4e3a3f54
4 changed files with 2 additions and 2 deletions

View file

@ -31,11 +31,11 @@ output/routed_pcbs/%-drc/: output/routed_pcbs/%.kicad_pcb
output/routed_pcbs/%-front.png: output/routed_pcbs/%.kicad_pcb output/routed_pcbs/%-front.png: output/routed_pcbs/%.kicad_pcb
mkdir -p $(shell dirname $@) mkdir -p $(shell dirname $@)
${container_cmd} run ${container_args} yaqwsx/kikit:v0.7 pcbdraw --style builtin:set-white-enig.json $< $@ ${container_cmd} run ${container_args} yaqwsx/kikit:v0.7 pcbdraw --style builtin:oshpark-afterdark.json $< $@
output/routed_pcbs/%-back.png: output/routed_pcbs/%.kicad_pcb output/routed_pcbs/%-back.png: output/routed_pcbs/%.kicad_pcb
mkdir -p $(shell dirname $@) mkdir -p $(shell dirname $@)
${container_cmd} run ${container_args} yaqwsx/kikit:v0.7 pcbdraw -b --style builtin:set-white-enig.json $< $@ ${container_cmd} run ${container_args} yaqwsx/kikit:v0.7 pcbdraw -b --style builtin:oshpark-afterdark.json $< $@
output/gerbers/%/gerbers.zip: output/routed_pcbs/%.kicad_pcb output/gerbers/%/gerbers.zip: output/routed_pcbs/%.kicad_pcb
mkdir -p $(shell dirname $@) mkdir -p $(shell dirname $@)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 302 KiB

After

Width:  |  Height:  |  Size: 292 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 308 KiB

After

Width:  |  Height:  |  Size: 298 KiB

View file