KLC: Orientation does not match reels

I have a little proposal to improve the KiCAD library. Kicad Library Convention (KLC) specifies, that the pin one orientation must be on the top [1]. However, looking for standard parts, like SOT-323 in the manufacturing information [2] indicates that the components are feed in rotated by 180degree. Wouldn’t it be nice, to have the default zero orientation like the pick and place machine gets the part? This would reduce manufacturing preparation time significantly.

Some other parts that do not match orientation: SOT-.23-6 (180), QFN(90)

[1] Kicad Library Convention: https://kicad.org/libraries/klc/F4.2/
[2] NXP SOT323 https://www.nxp.com/docs/en/packing/SOT323_115.pdf

The KLC follows industry standards in this regard. There are two zero orientations specified. We use type A which specifies pin 1 at the top left corner.

https://blogs.mentor.com/tom-hausherr/blog/2011/01/14/pcb-design-perfection-starts-in-the-cad-library-part-10/

The zero orientation typically has nothing to do with how a part is placed in the reel. You will always need a mapping from the design document zero orientation to the pic and place zero orientation. This mapping depends on the machine you use, the slot you use for this part inside the machine (some machines have feeds on multiple sides) And on the exact part you use.

1 Like

Different manufacturers of the same part do not always tape up the same way either.

2 Likes

Allright, good. So then I have to construct a mapper for my P2P Toolchain.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.