Date:2011-03-24 17:12:00 (13 years 3 days ago)
Author:Werner Almesberger
Commit:269f77079ac02d30dd7ac34cb58549b74c193eb8
Message: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
Files: atben/README-PCB (1 diff)
atusb/README-PCB (1 diff)
makefiles/Makefile.kicad (2 diffs)

Change Details

atben/README-PCB
2525atben-PCB_Edges.gbr Board edges, for routing (Gerber)
2626atben.dxf idem (AutoCAD DXF)
2727atben.drl Excellon drill file
28atben-SoldP_Front.gtp Front solder paste, for stencil
2829
2930
3031Interpretation of files:
atusb/README-PCB
2525atusb-PCB_Edges.gbr Board edges, for routing (Gerber)
2626atusb.dxf idem (AutoCAD DXF)
2727atusb.drl Excellon drill file
28atusb-SoldP_Front.gtp Front solder paste, for stencil
2829
2930
3031Interpretation of files:
makefiles/Makefile.kicad
8080
8181GERBERS = $(NAME)-SilkS_Front.gto $(NAME)-Mask_Front.gts \
8282      $(NAME)-Front.gtl $(NAME)-Back.gbl $(NAME)-Mask_Back.gbs \
83      $(NAME)-PCB_Edges.gbr
83      $(NAME)-PCB_Edges.gbr $(NAME)-SoldP_Front.gtp
8484
8585PCB_FILES = README-PCB $(NAME)-front.png $(NAME)-back.png \
8686        $(NAME)-PCB_Edges.dxf $(NAME).drl $(GERBERS)
...... 
120120          $(NAME)-Front.gtl \
121121          $(NAME)-Mask_Front.gts \
122122          $(NAME)-Mask_Back.gbs \
123          $(NAME)-Back.gbl
123          $(NAME)-Back.gbl \
124          $(NAME)-PCB_Edges.gbr
124125
125126$(NAME)Front.pos:
126127        pcbnew --pos $(BRD)

Archive Download the corresponding diff file



interactive