Create pad from selected shapes [solved]

I’ve seen multiple references to using a “Create pad from selected shapes” menu item to create custom shape pads. For instance:

But I can’t figure out how to do it — nothing I’ve done makes that menu item appear. I can’t tell if it’s because it’s different in KiCad 6 (I just upgraded) or because I’m following a wrong procedure. You do this in the footprint editor? You create a shape on a copper layer and include a circular or rectangular pad? You select all and do right click? I’ve done that and I have no such menu item.

Oh yes, it is somewhat different now :rofl:

  • footprint editor
  • throw a pad on
  • hit e for edit that pad
  • General tab
  • Pad shape:
  • select some custom shape setting
  • Custom Shape Primitives tab
  • Add Primitive and so on

Then it gets kind of tedious. That’s it
Good luck and cheers

I had the impression that was the older way of doing it and the “Create pad from selected shapes” method was added to make it (much) easier. Was it really the other way around?

seems to have vanished or perhaps ‘temporary’ hidden away.
I do a daily compile from the master branch.
Have not found that feature yet.
Will have a look through the source code.
Chees for now

Supposedly it was in 5.0.2

Added: Yeah, looks like it was in 5.1.12 but not in 6.0.0. There was a PCB_ACTIONS::createPadFromShapes, now there isn’t.

confirmed as of today’s pull
it’s gone, bummer :rofl:

I guess maybe the replacement is “Edit Pad as Graphic Shapes” in the contextual menu for pads. That seems to do what I need.

2 Likes

“Edit pads as graphic shapes” does the same thing.

  • add a normal pad
  • right click pad → edit as graphic shapes (Ctrl+E)
  • draw whatever graphic shapes you want
  • right click again → Finish Pad Edit (Ctrl+E)

Any shapes that were touching the original pad are merged with it.

8 Likes

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