mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-16 21:19:43 +02: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:
parent
1c4c78e110
commit
269f77079a
@ -25,6 +25,7 @@ atben-back.png idem, for the back side
|
|||||||
atben-PCB_Edges.gbr Board edges, for routing (Gerber)
|
atben-PCB_Edges.gbr Board edges, for routing (Gerber)
|
||||||
atben.dxf idem (AutoCAD DXF)
|
atben.dxf idem (AutoCAD DXF)
|
||||||
atben.drl Excellon drill file
|
atben.drl Excellon drill file
|
||||||
|
atben-SoldP_Front.gtp Front solder paste, for stencil
|
||||||
|
|
||||||
|
|
||||||
Interpretation of files:
|
Interpretation of files:
|
||||||
|
@ -25,6 +25,7 @@ atusb-back.png idem, for the back side
|
|||||||
atusb-PCB_Edges.gbr Board edges, for routing (Gerber)
|
atusb-PCB_Edges.gbr Board edges, for routing (Gerber)
|
||||||
atusb.dxf idem (AutoCAD DXF)
|
atusb.dxf idem (AutoCAD DXF)
|
||||||
atusb.drl Excellon drill file
|
atusb.drl Excellon drill file
|
||||||
|
atusb-SoldP_Front.gtp Front solder paste, for stencil
|
||||||
|
|
||||||
|
|
||||||
Interpretation of files:
|
Interpretation of files:
|
||||||
|
@ -80,7 +80,7 @@ back: $(NAME)-Back.ps
|
|||||||
|
|
||||||
GERBERS = $(NAME)-SilkS_Front.gto $(NAME)-Mask_Front.gts \
|
GERBERS = $(NAME)-SilkS_Front.gto $(NAME)-Mask_Front.gts \
|
||||||
$(NAME)-Front.gtl $(NAME)-Back.gbl $(NAME)-Mask_Back.gbs \
|
$(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 \
|
PCB_FILES = README-PCB $(NAME)-front.png $(NAME)-back.png \
|
||||||
$(NAME)-PCB_Edges.dxf $(NAME).drl $(GERBERS)
|
$(NAME)-PCB_Edges.dxf $(NAME).drl $(GERBERS)
|
||||||
@ -120,7 +120,8 @@ gerbv:
|
|||||||
$(NAME)-Front.gtl \
|
$(NAME)-Front.gtl \
|
||||||
$(NAME)-Mask_Front.gts \
|
$(NAME)-Mask_Front.gts \
|
||||||
$(NAME)-Mask_Back.gbs \
|
$(NAME)-Mask_Back.gbs \
|
||||||
$(NAME)-Back.gbl
|
$(NAME)-Back.gbl \
|
||||||
|
$(NAME)-PCB_Edges.gbr
|
||||||
|
|
||||||
$(NAME)Front.pos:
|
$(NAME)Front.pos:
|
||||||
pcbnew --pos $(BRD)
|
pcbnew --pos $(BRD)
|
||||||
|
Loading…
Reference in New Issue
Block a user