Push modified footprints to other footprints

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

This is an auto-generated message that is in place on the “footprints” section of the KiCad.info forum. If I remove it and ask for a footprint to be designed anyway, I understand that I will be subject to forum members telling me to go design my own footprint or referring me to a 3rd party footprint site.

I have this design in which I want it to be an option to either solder wires to pads or use a 2.54mm screw terminal. So I modified one of them.

If I want to duplicate the result, what is quickest method?
I can think of

  • make a copy and keep it in my personal library
  • delete all others, copy paste the modified one and manally annotate the pasted ones.

Are there more options which I don’t know about?
I was hoping that there is something similars like ‘push pad properties to other pads’ but for footprints?

Kind regards :tumbler_glass:

Bas

Is the easiest, I think.

Ctrl+E (Edit in footprint editor) > File > Save as > Name footprint and select library.

I assume the source is a footprint from a default library. Those should never be changed by users, so the next best thing is to make a copy, which you apparently already did. After that it’s mostly library management.

  1. Select the footprint on the PCB.
  2. Press [Ctrl + e] to load it in the Footprint Editor.
  3. From the Footprint editor save it into a library (you may have to create it first).
  4. Go back to the Schematic editor, because it is the root of all electronic parts in KiCad.
  5. In the Schematic Editor, update the footprint links to point to the new footprint.
  6. Schematic Editor / Tools / Update PCB from Schematic [F8] to push the modified footprints to the PCB.

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