[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [6488] Added cream gerber file generation.
From: |
Piotr Esden-Tempski |
Subject: |
[paparazzi-commits] [6488] Added cream gerber file generation. |
Date: |
Thu, 27 Oct 2011 00:43:07 +0000 |
Revision: 6488
http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=6488
Author: esden
Date: 2011-10-27 00:43:07 +0000 (Thu, 27 Oct 2011)
Log Message:
-----------
Added cream gerber file generation.
Modified Paths:
--------------
paparazzi-hardware/trunk/lisa_m/v1.1/Makefile
paparazzi-hardware/trunk/lisa_m/v1.1/panel/layout.cfg
Modified: paparazzi-hardware/trunk/lisa_m/v1.1/Makefile
===================================================================
--- paparazzi-hardware/trunk/lisa_m/v1.1/Makefile 2011-10-27 00:15:27 UTC
(rev 6487)
+++ paparazzi-hardware/trunk/lisa_m/v1.1/Makefile 2011-10-27 00:43:07 UTC
(rev 6488)
@@ -53,9 +53,9 @@
### GERBER GENERATION
-.PRECIOUS : %.cmp %.sol %.stc %.sts %.tplc %.bplc %.bor %.xln %.l02 %.l15
+.PRECIOUS : %.cmp %.sol %.stc %.sts %.tplc %.bplc %.bor %.xln %.l02 %.l15
%.tcr %.bcr
-%.all: %.cmp %.sol %.stc %.sts %.tplc %.bplc %.xln %.bor %.l02 %.l15
+%.all: %.cmp %.sol %.stc %.sts %.tplc %.bplc %.xln %.bor %.l02 %.l15 %.tcr
%.bcr
touch $@
# Component side
@@ -74,10 +74,16 @@
%.tplc : %.brd
#eagle -X -N -d GERBER_RS274X -o $@ $< Dimension tPlace tDocu
eagle -X -N -d GERBER_RS274X -o $@ $< Dimension tPlace
-# Silkscreen comp. side
+# Silkscreen sold. side
%.bplc : %.brd
#eagle -X -N -d GERBER_RS274X -o $@ $< Dimension bPlace bDocu
eagle -X -N -d GERBER_RS274X -o $@ $< Dimension bPlace
+# Cream comp. side
+%.tcr: %.brd
+ eagle -X -N -d GERBER_RS274X -o $@ $< tCream
+# Cream sold. side
+%.bcr: %.brd
+ eagle -X -N -d GERBER_RS274X -o $@ $< bCream
# Drill data for NC drill st.
# warning : eagle takes path of -R option from input file directory.
%.xln : %.brd
@@ -130,6 +136,8 @@
find .. -name '*.l02' -exec rm -f {} \;
find .. -name '*.l15' -exec rm -f {} \;
find .. -name '*.all' -exec rm -f {} \;
+ find .. -name '*.tcr' -exec rm -f {} \;
+ find .. -name '*.bcr' -exec rm -f {} \;
@# printable
find . -name '*.schematics.ps' -exec rm -f {} \;
find . -name '*.schematics.pdf' -exec rm -f {} \;
Modified: paparazzi-hardware/trunk/lisa_m/v1.1/panel/layout.cfg
===================================================================
--- paparazzi-hardware/trunk/lisa_m/v1.1/panel/layout.cfg 2011-10-27
00:15:27 UTC (rev 6487)
+++ paparazzi-hardware/trunk/lisa_m/v1.1/panel/layout.cfg 2011-10-27
00:43:07 UTC (rev 6488)
@@ -65,4 +65,5 @@
*BottomSilkscreen=%(prefix)s.bplc
Drills=%(prefix)s.xln
BoardOutline=%(prefix)s.bor
-
+*TopCream=%(prefix)s.tcr
+*BottomCream=%(prefix)s.bcr
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [6488] Added cream gerber file generation.,
Piotr Esden-Tempski <=