KiBuzzard icon indicating copy to clipboard operation
KiBuzzard copied to clipboard

DRC warning: "The current configuration does not include the library ''."

Open xobs opened this issue 2 years ago • 2 comments
trafficstars

With the latest main version da33521870e1b51d625efb8dc190ef643dab437f, each instance of kibuzzard generates a DRC failure:

image

This is with a freshly-installed KiCad 7.0.2

xobs avatar May 20 '23 15:05 xobs

Same issue here. This is with KiCad 7.0.7 on MacOS Ventura.

joseluislemus avatar Sep 04 '23 17:09 joseluislemus

This issue is mainly because the labels are generated, rather than coming from a library. IMO this doesn't matter especially since the labels are saved in KiCad project. But I understand the rationale behind the DRC check for this.

There are a few ways to fix this:

  • Manually mark each KiBuzzard label as excluded
  • Disabling that DRC check, or switch it to a warning
  • Extend KiBuzzard so that it saves each label into a global/project library.

I'm not sure it really makes sense to do the last item.

gregdavill avatar Sep 04 '23 22:09 gregdavill