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 would like to use all ERC and DRC tests which KiCad offers.
That's working local pretty well but if I use a remote server for my KiBot execution I end up with a different result.
If I create or use some custom/external symbol or footprint librarys in my project I end up with ERC and DRC fails while executing KiBot as docker image:
lib_symbol_issues
The current configuration does not include the library 'xyz'
Symbol '123' not found in symbol library 'xyz'
lib_footprint_issues
The current configuration does not include the library 'xyz'
Footprint '123' not found in library 'xyz'
Is there any idea or way of importing missing librarys or do I need to build my own KiBot docker?
The text was updated successfully, but these errors were encountered:
What do you want to achieve?
I would like to use all ERC and DRC tests which KiCad offers.
That's working local pretty well but if I use a remote server for my KiBot execution I end up with a different result.
If I create or use some custom/external symbol or footprint librarys in my project I end up with ERC and DRC fails while executing KiBot as docker image:
lib_symbol_issues
The current configuration does not include the library 'xyz'
Symbol '123' not found in symbol library 'xyz'
lib_footprint_issues
The current configuration does not include the library 'xyz'
Footprint '123' not found in library 'xyz'
Is there any idea or way of importing missing librarys or do I need to build my own KiBot docker?
The text was updated successfully, but these errors were encountered: