KiCad / kicad-footprints

Official KiCad Footprint Libraries for Kicad version 5
https://kicad.github.io/footprints
Other
617 stars 714 forks source link

Layout guidelines for right-angle PCB edge connectors #2380

Open calebreister opened 4 years ago

calebreister commented 4 years ago

I've been working on a script to generate Samtec right-angle Q Strip and Q Pairs connectors, and run into a questions regarding what the "correct" way to represent the PCB edge in a footprint:

  1. Where should the courtyard end? Should it extend beyond the edge of the PCB?
  2. What layer should the PCB edge be on? I've seen it on both Edge.Cuts and Dwgs.User.
  3. If the edge is not in Edge.Cuts, should there be a label for the PCB edge? If yes, what layer should I use for the label? Should the label be placed on the inside or outside the edge?
  4. How wide should the PCB edge line be in comparison to the connector? Should it extend all the way to the edge of the courtyard?
  5. According to F5.2 in the KLC, the footprint name should be placed below the footprint. Does this rule still apply if the name would have to be placed outside of the PCB?
  6. Where should the footprint origin be? Should it be aligned to the PCB edge?

Here's an example of one of the footprints I've generated using my script. Screenshot_20200731_123022

Related pull requests:

evanshultz commented 4 years ago

There are other librarians and many parts I'm not familiar with, but here's my suggestions:

  1. Extending around the entire component body, including the part of the component off the board, is what I see in the library now.
  2. Edge.Cuts. This is a limitation in the tool now, but I understand KiCad v6 will properly support cutouts in footprints. For now, I believe it will be supported by the script generator but you can't edit things later in the footprint editor.
  3. Dwgs.User will work. Many USB connectors have text on this layer.
  4. 0.1mm is what I see in existing footprints. I would say it should just be the width of the connector body. It will be up to the user to connect this to (or overlap it with) their board outline. That being said, I don't see any guidelines about this.
  5. Yes. It will appear in the fab drawing which is fine.
  6. The footprint origin should be where it always should be: pin 1 for THT parts and the body center for SMD parts (unless pick-n-place or another reason overrides this).
calebreister commented 4 years ago

Thanks for the info. I'm currently reworking some of the code in my scripts.