mtl / svg2mod

Convert Inkscape SVG drawings to KiCad footprint modules
Creative Commons Zero v1.0 Universal
236 stars 56 forks source link

Add Better Layer Support #26

Closed NaH012 closed 4 years ago

NaH012 commented 6 years ago

Inkscape and Kicad now share a layer name to make it easier to add stuff to the bottom layer (issue #20). - Removed --front-only flag because it isn't needed with new layer management. - Removed default centering of the image based off of bounding box to make it easier to get precise results. + Added --center flag so you can still center the modules based on bounding box. + Added more items to the .gitignore so it is easier to test code

NaH012 commented 6 years ago

I also added the changes from pull request #14

NaH012 commented 4 years ago

This main branch seems dead I'm closing everything out for the new maintained repo https://github.com/svg2mod/svg2mod where this is applied