summaryrefslogtreecommitdiff
path: root/helper
AgeCommit message (Collapse)Author
2020-09-23KiCAD plugin to allow better BOM generation.Pavel V. Shatov (Meister)
2020-09-23Forgot to commit the script I wrote to help repair forward annotation,Pavel V. Shatov (Meister)
basically it just scans schematics pages and the PCB file and then recreates the mapping between schematic component and PCB component based on KiCAD's "unique ID" and "sheet ID".
2020-09-23Okay, capacitor parameters (tolerance, rated voltage, dielectric) were lostPavel V. Shatov (Meister)
too. This is too painful to type in manually, so I created a simple script to make all the capacitors 10% 50V X7R. This way I can then manually edit those, that differ.
2020-09-23Turns out multi-part components were not fully converted and were notPavel V. Shatov (Meister)
recognized properly during forward annotation. Had to do a couple of experiments to figure out how KiCAD handles this and then write some quick and dirty scripts to repair the multi-part symbols (STM32, Artix-7 and the 74_244 logic buffer were affected).