You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:But this should be:
Like in line 11:
KiCad 5.1.9 silently discards the spaces and extra characters so
C N N
is interpreted asCNN
, but just because the information is discarded. If you really fill these values usingC I B
KiCad will interpret it asCNN
, becauseN
is the default.Using this confuses other tools.
The text was updated successfully, but these errors were encountered: