Releases: badgeek/svg2shenzhen
Releases · badgeek/svg2shenzhen
0.2.16
0.2.15
v0.2.14: Version 0.2.14
For developer only, lib boost for compiling bitmap2component boost.zip
0.2.13: Merge pull request #20 from kasbah/open-kicad-in-bg
Change commands to open kicad in the background
0.2.12: Merge pull request #15 from kasbah/fix-no-docname
Default name to 'drawing' if svg has not been saved
0.2.11: Merge pull request #13 from kasbah/filename
Various improvement by @kasbah
- Use sodipodi:docname in output names
- Unify use of capitals as constants …
- Rename cache folder to .svg2shenzhen-cache
- Use short options variable in export
- Move images and intermediate kicad_mods to cache …
- Shorten hash and options cache filenames
- Use element.get instead of attrib to get docname
0.2.10
0.2.9
How to Upgrade from previous version (below 0.2.9)
Remove these files from your inkscape extension directory before installing new update:
- bitmap2component.exe
- bitmap2component_osx
- bitmap2component_linux64
- drill_size.py
- drill_size.inx
- export_layer.py
- export_layer.inx
- prepare_doc.py
- prepare_doc.inx
Contribution from @kasbah
New Feature
- Implement kicad_mod file output
- Add more layers to kicad_pcb export plot options
- Add gerber output directory
Bug Fixes
- Tidied up code
- Performance improvement
Contribution from @badgeek
New Feature
- Add debug option
Bug Fixes
- Use own cache folder
- Tested on Windows and Osx
- Fix memory hog on export png (reduce thread to 1)
0.2.8: Merge pull request #6 from kasbah/convert-parallel
Performance Improvement and bug fixes contributed by @kasbah
Bug Fixes:
- Remove white space errors
- Fix xdg-open misspelling
Performance:
- Make conversions execute in parallel
- Make export_layer delete other layers
- Add hashing of layers to avoid unnecessary work
cheeerss