From c9f089d9b96fea235a9031b5d7c0f023114774f0 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Tue, 19 Dec 2017 12:05:50 -0700 Subject: [PATCH] 0.075 mm is closer to 3mils than 10, and 10 was clearly too much! --- pcb-rnd.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcb-rnd.mk b/pcb-rnd.mk index d8a91f7..468d760 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 -c design/paste_adjust=-10mil $(PROJECT).lht + pcb-rnd -x gerber -c design/paste_adjust=-3mil $(PROJECT).lht mv $(PROJECT).toppaste.gbr stencil.gbr clean: -- 2.47.2