diff options
author | David Barksdale <amatus@amatus.name> | 2015-09-14 20:13:01 -0500 |
---|---|---|
committer | David Barksdale <amatus@amatus.name> | 2015-09-14 20:13:01 -0500 |
commit | 587a86ee1c3860315b49cd36b001e45933e4b12b (patch) | |
tree | d45f6477bcddc8246cf8fd31cb465099fa1c960e /eagle libraries | |
parent | f4117efb972a17cf8ade3d5fb6e5846cc79305ac (diff) |
Added a cutout for the laser and wired everything
Diffstat (limited to 'eagle libraries')
-rw-r--r-- | eagle libraries/Photonics.lbr | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/eagle libraries/Photonics.lbr b/eagle libraries/Photonics.lbr index a1b2c98..89be1a0 100644 --- a/eagle libraries/Photonics.lbr +++ b/eagle libraries/Photonics.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.005" 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"/> @@ -64,12 +64,18 @@ <wire x1="2.54" y1="-2.54" x2="-2.54" y2="-2.54" width="0.127" layer="51"/> <wire x1="-2.54" y1="-2.54" x2="-2.54" y2="1.27" width="0.127" layer="51"/> <wire x1="1.27" y1="0" x2="6.35" y2="0" width="0.127" layer="51"/> -<wire x1="-3.81" y1="-2.54" x2="-3.81" y2="-12.7" width="0.127" layer="51"/> -<wire x1="-3.81" y1="-12.7" x2="3.81" y2="-12.7" width="0.127" layer="51"/> -<wire x1="3.81" y1="-12.7" x2="3.81" y2="-2.54" width="0.127" layer="51"/> -<wire x1="3.81" y1="-2.54" x2="-3.81" y2="-2.54" width="0.127" layer="51"/> -<text x="-3.81" y="2.54" size="1.27" layer="25">>NAME</text> -<text x="-3.81" y="-5.08" size="1.27" layer="27">>VALUE</text> +<wire x1="-2.9845" y1="-2.54" x2="-2.9845" y2="-12.7" width="0.127" layer="51"/> +<wire x1="-2.9845" y1="-12.7" x2="2.9845" y2="-12.7" width="0.127" layer="51"/> +<wire x1="2.9845" y1="-12.7" x2="2.9845" y2="-2.54" width="0.127" layer="51"/> +<wire x1="2.9845" y1="-2.54" x2="-2.9845" y2="-2.54" width="0.127" layer="51"/> +<text x="-3.81" y="3.81" size="1.27" layer="25">>NAME</text> +<text x="-3.81" y="2.54" size="1.27" layer="27">>VALUE</text> +<polygon width="0.127" layer="46"> +<vertex x="-3.175" y="-1.905"/> +<vertex x="3.175" y="-1.905"/> +<vertex x="3.175" y="-12.7"/> +<vertex x="-3.175" y="-12.7"/> +</polygon> </package> </packages> <symbols> |