Open calebreister opened 4 years ago
There are other librarians and many parts I'm not familiar with, but here's my suggestions:
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.Dwgs.User
will work. Many USB connectors have text on this layer.Thanks for the info. I'm currently reworking some of the code in my scripts.
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:
Edge.Cuts
andDwgs.User
.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?Here's an example of one of the footprints I've generated using my script.
Related pull requests:
1304