Hi, All, I have an unusual ask: I want to convert a KiCad footprint into a set of individual polygon objects on the appropriate layers. I thought I'd find an "ungroup" operation somewhere, but I couldn't. I don't care that this footprint will no longer be a footprint associated with schematic and netlist, etc.
Details: I'm designing an RF experimenting board with a variety of trace thicknesses and a variety of connectors, directly in PCB editor without a schematic. It only contains traces and connectors. I have a connector footprint, say SMA, and I want to replicate it multiple times on the board and tweak each instance in certain different ways.
I understand that I can either create the edited copies of the footprint in footprint editor and then put each version on board. But that is a bit cumbersome for this quick project. I also know that I can just manually redraw the footprint as a set of polygons in PCB editor, but I was hoping that the KiCad can do that for me via some functionality to break apart a footprint into individual components. Does anyone know how to do that?