Editing a board with no schematic

I have a board layout with an error. I do not have a schematic, the designer is long gone. I was able to use the gerbers to create a pcb file. I am missing a single trace. I have to remove a little of the ground plane and add a trace. Is this possible at all?

repair

When a PCB is reverse engineered from Gerber files, it is full of DRC violations, because KiCad does not know anything about it’s netlist, except the connections implicitly implied by the existing connections. You can set: PCB Editor / Route / Interactive Router Settings to both Mode / Highlight collisions and Allow DRC violations to make extra connections.

image

It has been quite a while since I wrote:

In that article I deleted the zones, re-created the schematic and replaced the pads with real footprints in further steps, and then let KiCad create new copper zones. Manually editing the copper zone to make room for the extra track will be difficult and/or cumbersome. But there is a lot of variation on how zones in gerber files are created and it depends on that. You probably want to tweak other settings of the interactive router too when you attempt this.

It is possible you can make use of the Wire It plugin. (I have no experience with it myself, and it is not available via the plugin and content manager).

1 Like

I was able to use WireIt to make a net for the missing wire but in looking through your well written guide I realized that much of the board had not imported. It will clearly be faster to make the schematic. There is only about 25 components and only 5 footprints. Thank you.

3 Likes

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