Importing dxf into KiCAD copper layers

I’ve been trying to import a dxf into KiCAD because I wanted to do a pretty custom trace/board outline.

I’m using all straight lines and arcs so the board outline, the solder masks and everything imports without an issue.

But, it doesn’t let me choose a copper layer to import to.

Does anyone know anyway around this?

Hell, I haven’t done yet, but I’ve read some users that import to another thecnical layer (non-copper) and then they change the layer in a text editor.
I think this can help you if you are interested in artistic ground (or power) planes but I don’t really know how it will behave if you want to use it for nets traces.
Good luck and I’d like to see your progress importing dxf.
Regards

Copper can only handle straight lines, no arcs, no circles… just plain straight lines.

See here for more:


Take a look at https://github.com/mondalaci/dxf2svg2kicad

Draw your custom board (and connectors, etc) in any program you want, export dxf, convert to kicad_pcb. Works like a charm.

1 Like