You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
487 B

# Logos
Use [SVG2MOD](https://github.com/mtl/svg2mod) to convert from SVG to kicad
footprint.
In short before conversion srawing layer in the SVG file has to be
renamed usually "Layer 1" to "Cu" or "SilkS" (case insensitive). Renaming can be
done from SVG editor like "Inkscape" but in most case, "sed" will work too.
At convertsion usually some floating point scale factor is needed to make
object of desired size e.g "-f 1.5"
It can help if file is opened and saved from inkscape.