Insert footprint to module, from standard library

I hereby certify that I am not simply asking someone else to design a footprint for me.

Hi all,
I am designing a footprint for a PCB module. (using footprint editor)
I have made the outline of the module. and now i want to insert a couple of different
connectors on this design.

I cannot find a way of doing this.
can you help?

Thank you.

Francesco C

Short version:

KiCad’s libraries are read-only (for good reasons), so any footprint you want use more then once has to be put in a library you create yourself. (For one-offs you can load a footprint directly from the PCB into the Footprint Editor to modify it)

Once you’ve put a footprint in a library (and added that library to the library table) you can use as many instances of it as you like in all your projects.

Longer version:

Hi,
Thank you for your replay.
I think you have misunderstood my question.

Using Footprint Editor, I am designing the footprint of a PCB module.
This module requires two different connectors to be added.

Having constructed the outline of the module, is there a way to insert any footprint in my module’s footprint so that at the end i will have a PCB module (as a component) with the connectors of my choice?

Regards
Francesco C

Hi Found the solution myself.
I realized that you can copy and an paste from one footprint to another.
Regards

It’s sometimes difficult to interpret the intention of questions properly.

I do not know of a way to “nest” footprints into each other. Footprints are pretty simple objects. They have pads and graphics (on different layers) and that’s about it. (some extra functions for complex pads and “net ties”, but those are another subject)

This leaves you with the method you’ve already discovered, by copying items from one footprint to another.
I’ll elaborate for others reading this:

  1. Save your partially designed footprint (Footprint editor can only edit one footprint at a time)
    • Maybe it’s possible to work with two instances of the footprint editor.
  2. Open another footprint in the footprint editor.
  3. Select some items, then press [Ctrl + C] to copy them to the clipboard and select a reference point.
  4. Go back to the footprint you are designing.
  5. Paste the items from the clipboard to your own footprint and select a position.
  6. Paste again if you want more copies of those items.
  7. Cleanup: Delete items you have too many, renumber pads, etc.

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