Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reference Designator Separators #139

Merged
merged 2 commits into from
Sep 19, 2020

Conversation

n0dyjeff
Copy link
Contributor

@n0dyjeff n0dyjeff commented Sep 19, 2020

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

…nce designators when grouped in the output file.

	modified:   ../README.md
	modified:   component.py
	modified:   preferences.py
	modified:   component.py
@SchrodingersGat
Copy link
Owner

Nice, I like this addition. Thanks!

@SchrodingersGat SchrodingersGat merged commit ea9e538 into SchrodingersGat:master Sep 19, 2020
@n0dyjeff n0dyjeff deleted the ref-sep branch September 19, 2020 15:49
set-soft added a commit to INTI-CMNB/KiBot that referenced this pull request Sep 19, 2020
So you can get things like "R1, R2, R3"
From the following PR: SchrodingersGat/KiBoM#139
by @n0dyjeff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants