2 unstable releases
0.4.0 | Oct 9, 2023 |
---|---|
0.3.3 | Dec 24, 2022 |
#4 in #ki-cad
62KB
534 lines
silkgen
Generate KiCad silkscreen art from PNGs.
Primarily intended for pixel art. Turns black/white/transparent pixels into copper/silkscreen/nothing respectively.
Adds clearance between silkscreen and copper to avoid DRC violations.
Install
From crates.io: cargo install silkgen
From GitHub releases: https://github.com/erikdesjardins/silkgen/releases
Example
silkgen --pixel-pitch 0.5mm --clearance 0.05mm annoying_dog.png -o annoying_dog.kicad_mod
annoying_dog.png | annoying_dog.kicad_mod |
---|---|
Dependencies
~9MB
~170K SLoC