I am designing a microstrip resonator (Omega Resonator) into a pcb. The copper pattern was such that it was easiest to design it in Inkscape. I then had Inkscape create a PNG of it, and I used KiCad’s Image Converter to convert that PNG into a footprint.
I created a schematic symbol for the foot print which has two pins. In the footprint editor I embedded inside the resonator’s microstrip trace an SMD pad for each of its schematic symbol pins at the location the input, and output, ports of this resonator are to be connected to with PCB traces.
In the PCB Editor I cannot connect to this footprint due to clearance rules. The PCB Editor does not recognize the copper from the PNG file as being a member of the SMD pad’s net, and so I cannot get the trace to connect to the pad. The trace will not enter the copper area defined by the PNG file.
This problem is complicated by the fact that the microstrip resonator has a DC electrical connection between the two SMD pads. I recognize that in the Schematic Editor the wires going to each of these pins will have to be assigned the same net. But how can a net be assigned to the copper area defined by the PNG file?
Is there a better way to do this?