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)