devbisme / skidl

SKiDL is a module that extends Python with the ability to design electronic circuits.
https://devbisme.github.io/skidl/
MIT License
1.04k stars 118 forks source link

Update kicad.py #122

Closed shanzez closed 3 years ago

shanzez commented 3 years ago

Fix "KeyError: 'no_connect'"

"no_connect" should be used, rather than "unconnected", in kicad_sym files.

See sym files here: https://gitlab.com/kicad/libraries/kicad-symbols (looks like this change is 4 months old now).

xesscorp commented 3 years ago

Thanks!