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

Populate Series of Components #159

Open Electro707 opened 10 months ago

Electro707 commented 10 months ago

This PR adds the ability for populate to take a series of components with a start and end reference delimited with a -, and use all the ones in between.

For example, R3-R20 will be treated like R3,R4,R5...R19,R20

This PR also makes a copy of stdout and replaces it back. This is because during debugging, I noticed that when the click application is called, stdout no longer points to the terminal's stdout after the execution is completed.