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

Default configuration file #5

Closed RileyStarlight closed 7 years ago

RileyStarlight commented 7 years ago

It would be very nice to have a configuration file (json type or any other) with the default path of the style file and library path, which would be used in case of not providing any path as an argument. This would greatly simplify the invocation of the PcbDraw command

Thanks

yaqwsx commented 7 years ago

I have decided to make the style as an optional argument with a fallback to default green style. This should simplify usage in most of the use cases of PcbDraw. Invoking a default file seems rather confusing to me.