diff options
author | David Barksdale <amatus@amatus.name> | 2015-09-26 15:04:11 -0500 |
---|---|---|
committer | David Barksdale <amatus@amatus.name> | 2015-09-26 15:04:11 -0500 |
commit | 104fcd7660f1e2b36411b48057d25aeebbabd52a (patch) | |
tree | 4e34023dbcb242ac9e96fdb5453d4d34c13eb30a /eagle libraries | |
parent | 1b31b2481f2cab1efc643328422100a734b07a83 (diff) |
Fixing polys for gerber output
Diffstat (limited to 'eagle libraries')
-rw-r--r-- | eagle libraries/Freescale.lbr | 38 | ||||
-rw-r--r-- | eagle libraries/Graphics.lbr | 8 |
2 files changed, 5 insertions, 41 deletions
diff --git a/eagle libraries/Freescale.lbr b/eagle libraries/Freescale.lbr index 7b31c46..79cb5f7 100644 --- a/eagle libraries/Freescale.lbr +++ b/eagle libraries/Freescale.lbr @@ -6,7 +6,7 @@ <setting alwaysvectorfont="no"/> <setting verticaltext="up"/> </settings> -<grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="no" altdistance="0.01" altunitdist="inch" altunit="inch"/> +<grid distance="0.05" unitdist="inch" unit="inch" style="lines" multiple="1" display="yes" altdistance="0.025" altunitdist="inch" altunit="inch"/> <layers> <layer number="1" name="Top" color="4" fill="1" visible="yes" active="yes"/> <layer number="16" name="Bottom" color="1" fill="1" visible="yes" active="yes"/> @@ -129,42 +129,6 @@ <wire x1="5.1308" y1="5.1308" x2="4.2164" y2="5.1308" width="0.1524" layer="51"/> <wire x1="-5.1308" y1="5.1308" x2="-5.1308" y2="4.2164" width="0.1524" layer="51"/> <wire x1="-5.1308" y1="-4.2164" x2="-5.1308" y2="-5.1308" width="0.1524" layer="51"/> -<polygon width="0" layer="51"> -<vertex x="-6.858" y="-0.5588"/> -<vertex x="-6.858" y="-0.9398"/> -<vertex x="-6.604" y="-0.9398"/> -<vertex x="-6.604" y="-0.5588"/> -</polygon> -<polygon width="0" layer="51"> -<vertex x="-2.4384" y="-6.604"/> -<vertex x="-2.4384" y="-6.858"/> -<vertex x="-2.0574" y="-6.858"/> -<vertex x="-2.0574" y="-6.604"/> -</polygon> -<polygon width="0" layer="51"> -<vertex x="2.5654" y="-6.604"/> -<vertex x="2.5654" y="-6.858"/> -<vertex x="2.9464" y="-6.858"/> -<vertex x="2.9464" y="-6.604"/> -</polygon> -<polygon width="0" layer="51"> -<vertex x="6.858" y="-0.0508"/> -<vertex x="6.858" y="-0.4318"/> -<vertex x="6.604" y="-0.4318"/> -<vertex x="6.604" y="-0.0508"/> -</polygon> -<polygon width="0" layer="51"> -<vertex x="3.048" y="6.604"/> -<vertex x="3.048" y="6.858"/> -<vertex x="3.429" y="6.858"/> -<vertex x="3.429" y="6.604"/> -</polygon> -<polygon width="0" layer="51"> -<vertex x="-1.9304" y="6.604"/> -<vertex x="-1.9304" y="6.858"/> -<vertex x="-1.5494" y="6.858"/> -<vertex x="-1.5494" y="6.604"/> -</polygon> <text x="-7.5692" y="3.7338" size="1.27" layer="51" ratio="6" rot="SR0">*</text> <wire x1="3.6068" y1="5.0038" x2="3.8862" y2="5.0038" width="0.1524" layer="21"/> <wire x1="3.8862" y1="5.0038" x2="3.8862" y2="5.9944" width="0.1524" layer="21"/> diff --git a/eagle libraries/Graphics.lbr b/eagle libraries/Graphics.lbr index 1ec60a8..9284f5a 100644 --- a/eagle libraries/Graphics.lbr +++ b/eagle libraries/Graphics.lbr @@ -6,7 +6,7 @@ <setting alwaysvectorfont="no"/> <setting verticaltext="up"/> </settings> -<grid distance="0.1" unitdist="inch" unit="inch" style="lines" multiple="1" display="no" altdistance="0.01" altunitdist="inch" altunit="inch"/> +<grid distance="0.05" unitdist="inch" unit="inch" style="lines" multiple="1" display="yes" altdistance="0.025" altunitdist="inch" altunit="inch"/> <layers> <layer number="1" name="Top" color="4" fill="1" visible="yes" active="yes"/> <layer number="16" name="Bottom" color="1" fill="1" visible="yes" active="yes"/> @@ -57,7 +57,7 @@ <library> <packages> <package name="AHA"> -<polygon width="0" layer="51"> +<polygon width="0.127" layer="21"> <vertex x="-1.6764" y="24.56941875"/> <vertex x="-4.75741875" y="22.93111875"/> <vertex x="-4.549140625" y="18.84171875"/> @@ -201,7 +201,7 @@ <vertex x="-1.882140625" y="18.30831875"/> <vertex x="-1.666240625" y="24.571959375"/> </polygon> -<polygon width="0" layer="51"> +<polygon width="0.127" layer="21"> <vertex x="14.90218125" y="13.30198125"/> <vertex x="14.90218125" y="9.10081875"/> <vertex x="16.334740625" y="4.879340625"/> @@ -232,7 +232,7 @@ <vertex x="15.826740625" y="13.688059375"/> <vertex x="14.894559375" y="13.30198125"/> </polygon> -<polygon width="0" layer="51"> +<polygon width="0.127" layer="21"> <vertex x="-16.068040625" y="-0.492759375"/> <vertex x="-16.068040625" y="0.98551875"/> <vertex x="-18.6944" y="1.165859375"/> |