From f617fbff558f9112b2f035e67b22a1c03199d7d0 Mon Sep 17 00:00:00 2001 From: Leo B <404293+soundmonster@users.noreply.github.com> Date: Wed, 24 Jan 2024 19:11:32 +0100 Subject: [PATCH] Fix Gerber generation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3fd3eaf..185731a 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ output/routed_pcbs/%-back.png: output/routed_pcbs/%.kicad_pcb output/gerbers/%/gerbers.zip: output/routed_pcbs/%.kicad_pcb mkdir -p $(shell dirname $@) - ${container_cmd} run ${container_args} yaqwsx/kikit:v1.3.0 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