mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2025-04-21 12:27:27 +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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user