6

At least in KiCad, the footprints of through-hole pin headers have one squared annular “ring”, the other ones are round:

enter image description here

What does the square indicate?

(Also I’m wondering if there is perhaps a convention of connecting GND to it.)

feklee
  • 1,301
  • 1
  • 16
  • 33
  • 6
    have you also noticed that the square usually has a `1` label? – jsotola Mar 24 '19 at 16:47
  • 5
    I'd say clear duplicate. – Marcus Müller Mar 24 '19 at 20:37
  • 1
    At least for KiCad the answer is very simple. It is specified that way in the library convention: http://kicad-pcb.org/libraries/klc/F7.3/ (Answer in comments as i can not create an answer to a duplicate question.) We are however slowly transitioning to using rounded rectangle pads instead of square ones. (Benefits: Better solder joint, more space for traces.) – Rene Pöschl Mar 25 '19 at 17:35
  • @RenePöschl Can you delete the link (or comment linking to the old site)? – Seth Oct 20 '21 at 16:01

1 Answers1

18

It’s just a quick and easy way to distinguish which connector pad is pin 1.

Particularly when there is no silkscreen present or just when routing the PCB.

Edgar Brown
  • 8,336
  • 2
  • 16
  • 53