← Back to team overview

kicad-lib-committers team mailing list archive

Re: Tool checking/fixing some KLC rules

 

I've pushed working linux/windows executables and latest source on github:
https://github.com/michal777/KiCad_Lib_Check

It works only with file names consisting of: a-z, A-Z, 0-9, ., _, -
I assumed that discussed changes about name of directories with 3d (*.3dshapes) and value on *Fab layer will be introduced.

I need help with testing and improving it. If somebody find bugs, please let me know. I've no experience in programing, so it would be great if somebody familiar with C could check my code.

Integrating my C code with python code may be difficult but probably it's possible to make some launcher (.bat/.sh or GUI) that will run either my executable or python code in terminal / cmd - then put everything into one github repo.



W dniu 03.02.2015 o 06:07, Kerusey Karyu pisze:

W dniu 02.02.2015 o 23:25, nnn pisze:
I'd like to announce that I'm writing some code to help checking/fixing some KLC footprints.

https://github.com/michal777/KiCad_Lib_Check/blob/master/lib_check.c

Michał Stec

Similar script for schematic symbols has been written by Ricardo Crudo.

https://github.com/ricardocrudo/kicad-utils

Maybe you should join your forces to create a one complete tool?

Kerusey Karyu





References