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
I created the same error by adding parentheses to a part name in a KiCad V6 library. I think the parentheses are getting interpreted as part of the nested S-expression parentheses used in V6 symbol libraries. I'll have to investigate and make some changes in the V6 library handler. For now, you'll just have to use names that don't include parentheses.
my_led = Part(lib="default_lib.kicad_sym", name="0805G_(Green)", dest=TEMPLATE)
returns:
ValueError: Unable to find part 0805G_(Green) in library default_lib.kicad_sym.
Skidl does not seems to be able to find this component. Is that on purpose or should we fix it?
The text was updated successfully, but these errors were encountered: