From d74c3bf89c1057f233516761dc880461c73bdd30 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Wed, 29 Nov 2017 22:41:24 -0700 Subject: [PATCH] make the stencil target work for current pcb-rnd --- pcb-rnd.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcb-rnd.mk b/pcb-rnd.mk index edf70ed..d8a91f7 100644 --- a/pcb-rnd.mk +++ b/pcb-rnd.mk @@ -222,7 +222,7 @@ stencilsunlimited: $(PROJECT).bottom.gbr $(PROJECT).toppaste.gbr $(PROJECT).outl rm -f $(PROJECT)-stencil.zip && zip $(PROJECT)-stencil.zip $(PROJECT).toppaste.gbr $(PROJECT).outline.gbr stencil: $(PROJECT).lht - pcb-rnd -x gerber --paste-adjust -0.075 $(PROJECT).lht + pcb-rnd -x gerber -c design/paste_adjust=-10mil $(PROJECT).lht mv $(PROJECT).toppaste.gbr stencil.gbr clean: -- 2.47.2