Skip to content

Commit

Permalink
Fix overlapping silkscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
jblang committed Nov 13, 2018
1 parent ee97def commit 4014152
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions TMS9918.kicad_pcb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
(aux_axis_origin 0 0)
(visible_elements 7FFFFFFF)
(pcbplotparams
(layerselection 0x010f0_80000001)
(layerselection 0x010f0_ffffffff)
(usegerberextensions true)
(usegerberattributes false)
(usegerberadvancedattributes false)
Expand Down Expand Up @@ -395,7 +395,7 @@
(descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.0*1.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf")
(tags "C Disc series Radial pin pitch 2.50mm diameter 3.0mm width 1.6mm Capacitor")
(path /5A782C91)
(fp_text reference C3 (at 1.25 -2.11) (layer F.SilkS)
(fp_text reference C3 (at 4.6482 0.0381) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value 0.1uf (at 4.278 -2.032) (layer F.Fab)
Expand Down Expand Up @@ -570,7 +570,7 @@
(descr "C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.0*1.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf")
(tags "C Disc series Radial pin pitch 2.50mm diameter 3.0mm width 1.6mm Capacitor")
(path /5A799B88)
(fp_text reference C8 (at 4.826 0 270) (layer F.SilkS)
(fp_text reference C8 (at 1.1303 -1.9685 270) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value 0.1uf (at 3.81 -1.778 270) (layer F.Fab)
Expand Down Expand Up @@ -2104,7 +2104,7 @@
(descr "Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf")
(tags "Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm")
(path /5C00B794)
(fp_text reference D1 (at 3.81 -2.12) (layer F.SilkS)
(fp_text reference D1 (at -2.3876 0.0254) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value 1N4148 (at 3.81 2.12) (layer F.Fab)
Expand Down Expand Up @@ -3262,7 +3262,7 @@
(segment (start 209.7913 149.0853) (end 211.345501 147.531099) (width 0.25) (layer B.Cu) (net 91))
(segment (start 211.345501 147.531099) (end 229.531903 147.531099) (width 0.25) (layer B.Cu) (net 91))

(zone (net 1) (net_name GND) (layer B.Cu) (tstamp 0) (hatch edge 0.508)
(zone (net 1) (net_name GND) (layer B.Cu) (tstamp 5C03791C) (hatch edge 0.508)
(connect_pads (clearance 0.508))
(min_thickness 0.254)
(fill yes (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508))
Expand Down Expand Up @@ -3709,7 +3709,7 @@
)
)
)
(zone (net 1) (net_name GND) (layer F.Cu) (tstamp 0) (hatch edge 0.508)
(zone (net 1) (net_name GND) (layer F.Cu) (tstamp 5C037919) (hatch edge 0.508)
(connect_pads (clearance 0.508))
(min_thickness 0.254)
(fill yes (arc_segments 16) (thermal_gap 0.508) (thermal_bridge_width 0.508))
Expand Down

0 comments on commit 4014152

Please sign in to comment.