Date:2011-03-13 01:55:15 (13 years 15 days ago)
Author:Werner Almesberger
Commit:e0d8271b0052d5cfe4c6fad06774ce7605444881
Message: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
Files: atben/Makefile (2 diffs)

Change Details

atben/Makefile
4040gerber:
4141        pcbnew --plot=gerber \
4242          -l `pcbnew --list-layers atben.brd | tr '\012' ,` \
43          --fill-all-zones $(NAME).brd
43          --fill-all-zones $(NAME).brd \
44          --exclude-pcb-edge
4445
4546fab: gerber
4647        pcbnew --plot=dxf -l PCB_Edges $(NAME).brd
...... 
5556          $(NAME)-SoldP_Front.gtp \
5657          $(NAME)-Front.gtl \
5758          $(NAME)-Mask_Front.gts \
58          $(NAME)-Back.gbl \
59          $(NAME)-Mask_Back.gbs
59          $(NAME)-Back.gbl
6060
6161#
6262# Postscript for production of front/back layer, using the toner transfer

Archive Download the corresponding diff file



interactive