Famous online KiCad modules scaler does not work with the newer kicad_mod format. This python script does the job. Its only command line argument is the scale ratio, e.g. resize to 25 %:
$ scale_kicad_mod.py 0.25 < old.kicad_mod > new.kicad_mod
Famous online KiCad modules scaler does not work with the newer kicad_mod format. This python script does the job. Its only command line argument is the scale ratio, e.g. resize to 25 %:
$ scale_kicad_mod.py 0.25 < old.kicad_mod > new.kicad_mod
Works like a charm ! Thanks.
Comment by Batuhan Altinsoy — 2018-02-22 @ 10:45