mondalaci / dxf2svg2kicad

DXF to SVG to KICAD_PCB converter webapp that runs purely on the client side
https://mondalaci.github.io/dxf2svg2kicad/
GNU General Public License v3.0
98 stars 22 forks source link

script does not convert text nor complex closed figures #11

Open mcspritz opened 8 years ago

mcspritz commented 8 years ago

Hi,

I'm trying to convert svg files (logos) into KiCad using your script but it does not work. Also svg text does not work. My first question is, is the script designed to do that or just for simplier shapes?

Regards and thanks for your work.

mondalaci commented 8 years ago

Hi @mcspritz,

dxf2svg2kicad is able to convert any SVG file. Please attach your file here. That's the only way I can help you.

mcspritz commented 8 years ago

Sure, here are the trials files I used.

Thanks!

svg-trials.zip

cojarbi commented 7 years ago

@mondalaci heres another file, appreciate it

drawing.zip

mondalaci commented 7 years ago

@cojarbi Thank you, but I'm afraid I won't ever have enough time to develop dxf2svg2kicad anymore.

Such issues can be solved by converting the DXF to SVG, then reducing the SVG objects to primitive types with Inkscape. dxf2svg2kicad already provides some instructions regarding this. These instructions should be a good starting point, but they're likely incomplete.

PRs are much welcome!

cojarbi commented 7 years ago

Thanks

⁣Ariel Yahni​

On Mar 10, 2017, 11:49, at 11:49, "László Monda" notifications@github.com wrote:

@cojarbi Thank you, but I'm afraid I won't ever have enough time to develop dxf2svg2kicad anymore.

Such issues can be solved by converting the DXF to SVG, then reducing the SVG objects to primitive types with Inkscape. dxf2svg2kicad already provides some instructions regarding this. These instructions should be a good starting point, but they're likely incomplete.

PRs are much welcome!

-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/mondalaci/dxf2svg2kicad/issues/11#issuecomment-285721111