1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-09-28 23:57:37 +03:00

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
This commit is contained in:
Werner Almesberger 2011-03-24 13:12:00 -03:00
parent 1c4c78e110
commit 269f77079a
3 changed files with 5 additions and 2 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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)