klepcbgen
klepcbgen copied to clipboard
Fix incorrect schematic files
For some reason, the schematic (.sch) files are usually wrong, having one blank line inserted quite randomly that prevents kicad from opening the file.
To fix this, it is enough to just open the file with a text editor and remove that blank line.
This patch does this automagically, thus ensuring that the schematic files are correct.