← Back to team overview

kicad-developers team mailing list archive

Re: Eeschema ERC should detect unmatched local labels

 

In response to a message written on 11.09.2015, 09:58, from Joseph Chen:
@JP and @Wayne,

Would you take a patch for fixing this ERC's not detecting local labels? I
know we were reminded not to, but I believe this fix should be in the stable
 release.  See my explanation below.
It will be nice, if someone will fix that dialog colors and fonts due to respect
of user desktop theme or some setting. In example there exist some color setting
on drawings which can be translated to UI(background, label text color, wire
color etc.).
It will be nice to allow(with check agreement to not complain for effect) to
draw graphic on Cu in footprint editor which partially fix some disadvantage
KiCAD pad system (no pad stack - differ shape & clearance for each layer)
Example footprint attached.

--
Best Regards,
LordBlick
(module XTAL:X_TAL-B_Cu (layer F.Cu) (tedit 4E85998A)
  (attr smd)
  (fp_text reference X_TAL (at 0 -3.429) (layer F.SilkS)
    (effects (font (size 1.27 0.762) (thickness 0.127)))
  )
  (fp_text value Val** (at 5.588 -3.429) (layer F.SilkS)
    (effects (font (size 1.27 0.762) (thickness 0.127)))
  )
  (fp_line (start 8.01624 0.51054) (end 8.01624 -0.51054) (layer F.SilkS) (width 0.3048))
  (fp_line (start -1.143 2.413) (end 6.223 2.413) (layer F.SilkS) (width 0.3048))
  (fp_line (start -1.143 -2.413) (end 6.223 -2.413) (layer F.SilkS) (width 0.3048))
  (fp_line (start -2.93624 0.51054) (end -2.93624 -0.51054) (layer F.SilkS) (width 0.3048))
  (fp_arc (start -0.8255 -0.3175) (end -2.93624 -0.51054) (angle 76.2) (layer F.SilkS) (width 0.3048))
  (fp_arc (start -0.8255 0.3175) (end -1.143 2.413) (angle 76.2) (layer F.SilkS) (width 0.3048))
  (fp_arc (start 5.9055 -0.3175) (end 6.223 -2.413) (angle 76.2) (layer F.SilkS) (width 0.3048))
  (fp_arc (start 5.9055 0.3175) (end 8.01624 0.51054) (angle 76.2) (layer F.SilkS) (width 0.3048))
  (fp_circle (center 0 0) (end 0.889 0) (layer F.Cu) (width 0.127))
  (fp_circle (center 5.08 0) (end 5.969 0) (layer F.Cu) (width 0.127))
  (pad 1 thru_hole circle (at 0 0) (size 1.5748 1.5748) (drill 0.7) (layers B.Cu B.Mask))
  (pad 2 thru_hole circle (at 5.08 0) (size 1.5748 1.5748) (drill 0.7) (layers B.Cu B.Mask))
  (model discret/xtal/crystal_hc18u_low_profile.wrl
    (at (xyz 0.1 0 0))
    (scale (xyz 1 1 1))
    (rotate (xyz 0 0 0))
  )
)

References