Skip to content

A utility to convert kicad .mod file into an xml document

License

Notifications You must be signed in to change notification settings

mpcrowe/kicad2xml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kicad2xml

A utility to convert kicad .mod file into an xml document See kicad docs for more information. comple with
javac KicadToXml.java
run with
java KicadToXml test/MOD18_MAX-M10M_UBL.kicad_mod
it will generate an out.xml file. optionally the destination filename can be provided
The resulting file can be used by an xslt markup to generate a gEDA PCB footprint or whatever you would like.
TODO add xslt to generate an SVG and xlt to generate geda PCB

About

A utility to convert kicad .mod file into an xml document

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published