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
In version 6.0.0 if you try using the plugin following error is occuring:
File "xxx/KiJLC/bom2jlc.py", line 45, in <module>
parse_pcb(netlist)
File "xxx/KiJLC/bom2jlc.py", line 16, in parse_pcb
modules = board.GetModules()
AttributeError: 'BOARD' object has no attribute 'GetModules'