yaqwsx / PcbDraw

Convert your KiCAD board into a nicely looking 2D drawing suitable for pinout diagrams
MIT License
1.16k stars 91 forks source link

[Feature request] Ignore components using regular expressions #155

Open guigur opened 1 year ago

guigur commented 1 year ago

When using PcbDraw, especially with an empty lib and a lot of work ahead, the output is quite congested.

image

It would be very nice to ignore components using regular expressions.

For instance, all kibuzzard components can be ignored.

Capture d’écran 2023-10-20 à 11 00 11

Maybe add an option like--ignore-component "*kibuzzard*","*mecanical*"

Thank you for the good work. 👍