Browse Source
IPC2581 classifies pad rotation as clockwise from the top layer looking down. Which means that if you have the exact same footprint with rotated pads on the top layer and bottom layer, then that will need two different packages because one package will have the pads rotated one way, the other will have the pads rotated in the opposite direction. The IPC committee clearly was too smart for its own good here. So we hash the footprints based on layer as well and then introduce the rotation into the pad. This increases the number of packages but keeps the code compact Fixes https://gitlab.com/kicad/code/kicad/-/issues/19703pcb_db
1 changed files with 13 additions and 19 deletions
Loading…
Reference in new issue