SchrodingersGat / KiBoM

Configurable BoM generation tool for KiCad EDA (http://kicad.org/)
MIT License
352 stars 95 forks source link

Reference Designator Separators #139

Closed n0dyjeff closed 3 years ago

n0dyjeff commented 3 years ago

When reference designators are grouped on a single line in the output file, they are separated by a hard-coded space character. Some PCB assembly services want different characters (primarily ",") to separate the reference designators. This pull request creates a configuration file option "ref_separator" that defaults to the original hard-coded space but can be changed to a comma or anything else needed by adding a line to the configuration file.

modified:   ../README.md
modified:   component.py
modified:   preferences.py
SchrodingersGat commented 3 years ago

Nice, I like this addition. Thanks!