From 269f77079ac02d30dd7ac34cb58549b74c193eb8 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Thu, 24 Mar 2011 13:12:00 -0300 Subject: [PATCH] added the front solder paste to the PCB fab package (for stencil production) - atben/README-PCB, atusb/README-PCB: added *-SoldP_Front.gtp - makefiles/Makefile.kicad (GERBERS): added $(NAME)-SoldP_Front.gtp - makefiles/Makefile.kicad (gerbv): also show the board edge --- atben/README-PCB | 1 + atusb/README-PCB | 1 + makefiles/Makefile.kicad | 5 +++-- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/atben/README-PCB b/atben/README-PCB index 754c547..362cb71 100644 --- a/atben/README-PCB +++ b/atben/README-PCB @@ -25,6 +25,7 @@ atben-back.png idem, for the back side atben-PCB_Edges.gbr Board edges, for routing (Gerber) atben.dxf idem (AutoCAD DXF) atben.drl Excellon drill file +atben-SoldP_Front.gtp Front solder paste, for stencil Interpretation of files: diff --git a/atusb/README-PCB b/atusb/README-PCB index e19be2c..61df411 100644 --- a/atusb/README-PCB +++ b/atusb/README-PCB @@ -25,6 +25,7 @@ atusb-back.png idem, for the back side atusb-PCB_Edges.gbr Board edges, for routing (Gerber) atusb.dxf idem (AutoCAD DXF) atusb.drl Excellon drill file +atusb-SoldP_Front.gtp Front solder paste, for stencil Interpretation of files: diff --git a/makefiles/Makefile.kicad b/makefiles/Makefile.kicad index ce5754d..2945474 100644 --- a/makefiles/Makefile.kicad +++ b/makefiles/Makefile.kicad @@ -80,7 +80,7 @@ back: $(NAME)-Back.ps GERBERS = $(NAME)-SilkS_Front.gto $(NAME)-Mask_Front.gts \ $(NAME)-Front.gtl $(NAME)-Back.gbl $(NAME)-Mask_Back.gbs \ - $(NAME)-PCB_Edges.gbr + $(NAME)-PCB_Edges.gbr $(NAME)-SoldP_Front.gtp PCB_FILES = README-PCB $(NAME)-front.png $(NAME)-back.png \ $(NAME)-PCB_Edges.dxf $(NAME).drl $(GERBERS) @@ -120,7 +120,8 @@ gerbv: $(NAME)-Front.gtl \ $(NAME)-Mask_Front.gts \ $(NAME)-Mask_Back.gbs \ - $(NAME)-Back.gbl + $(NAME)-Back.gbl \ + $(NAME)-PCB_Edges.gbr $(NAME)Front.pos: pcbnew --pos $(BRD)