mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-05 04:05:54 +02:00
atben/Makefile: generate proper Gerbers (without edge)
- Makefile (gerber): use option --exclude-pcb-edge - Makefile (gerbv): the now empty $(NAME)-Mask_Back.gbs upsets gerbv, so don't try to display it
This commit is contained in:
parent
d233c04c86
commit
e0d8271b00
@ -40,7 +40,8 @@ PCB_FILES = README-PCB $(NAME)-PCB_Edges.dxf $(NAME).drl \
|
|||||||
gerber:
|
gerber:
|
||||||
pcbnew --plot=gerber \
|
pcbnew --plot=gerber \
|
||||||
-l `pcbnew --list-layers atben.brd | tr '\012' ,` \
|
-l `pcbnew --list-layers atben.brd | tr '\012' ,` \
|
||||||
--fill-all-zones $(NAME).brd
|
--fill-all-zones $(NAME).brd \
|
||||||
|
--exclude-pcb-edge
|
||||||
|
|
||||||
fab: gerber
|
fab: gerber
|
||||||
pcbnew --plot=dxf -l PCB_Edges $(NAME).brd
|
pcbnew --plot=dxf -l PCB_Edges $(NAME).brd
|
||||||
@ -55,8 +56,7 @@ gerbv:
|
|||||||
$(NAME)-SoldP_Front.gtp \
|
$(NAME)-SoldP_Front.gtp \
|
||||||
$(NAME)-Front.gtl \
|
$(NAME)-Front.gtl \
|
||||||
$(NAME)-Mask_Front.gts \
|
$(NAME)-Mask_Front.gts \
|
||||||
$(NAME)-Back.gbl \
|
$(NAME)-Back.gbl
|
||||||
$(NAME)-Mask_Back.gbs
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Postscript for production of front/back layer, using the toner transfer
|
# Postscript for production of front/back layer, using the toner transfer
|
||||||
|
Loading…
Reference in New Issue
Block a user