Gasman2014/KiCad-Diff

Idea - Button to disable the filled copper areas.

leoheck opened this issue · 5 comments

It would be good to have a button that hides or removes the fill of the copper areas. This would help to see changes better.

As far as i know, gerbers don't have information which part of copper is area and which is just a trace.

Yeah. however, Kicad diff doesn't use Gerber files. It uses .svg files exported/plotted with Kicad. I was thinking that those .svg files could have some kind of info we could use. For instance, maybe polygons of copper fill are drawn as polygons and traces as lines.

Yeah. however, Kicad diff doesn't use Gerber files. It uses .svg files exported/plotted with Kicad. I was thinking that those .svg files could have some kind of info we could use. For instance, maybe polygons of copper fill are drawn as polygons and traces as lines.

You're right, i had a brainfart from looking at .svg's for too long.

I see. So how can we help you?