It is quite common, to add footprints to a PCB, without adding it to the
schematic. Think Logo's or 'duplicate' connectors etc. KiCad has a flag
called 'Not in schematic' for this purpose. Lets check if this flag is
set in the PCB, and ignore any errors from this if applicable.
Fixes: #558.
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
KiBot is a program which helps you to generate the fabrication and
documentation files for your KiCad projects easily, repeatable, and most
of all, scriptably. This means you can use a Makefile to export your
KiCad PCBs just as needed, or do it in a CI/CD environment.
For more information consult the documentation (hosted by Read the Docs)
If you want to see an example of what KiBot can generate visit this
project