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

Wrong Justify+Italic+Bold format in fields #163

Open
set-soft opened this issue Dec 17, 2021 · 0 comments
Open

Wrong Justify+Italic+Bold format in fields #163

set-soft opened this issue Dec 17, 2021 · 0 comments

Comments

@set-soft
Copy link

This spec can't contain spaces in the middle, is 3 contiguous characters.

Example of faulty file: dk_Ferrite-Beads-and-Chips.lib line 7 says:

F0 "FB" -100 150 60 H V C C N N

But this should be:

F0 "FB" -100 150 60 H V C CNN

Like in line 11:

F4 "445-1565-1-ND" 200 400 60 H I L CNN "Digi-Key_PN"

KiCad 5.1.9 silently discards the spaces and extra characters so C N N is interpreted as CNN, but just because the information is discarded. If you really fill these values using C I B KiCad will interpret it as CNN, because N is the default.

Using this confuses other tools.

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

No branches or pull requests

1 participant