2

I am currently working on a PCB with a lot of components which are very close to one another. For this PCB I do not want to manufacture the silkscreen layers and I do not want the DRC to check for silkscreen errors. Currently I get a lot of "overlap in silkscreen" or "Silkscreen clipped by soldermask" errors. How can I prevent the check on them?

  • KiCAD-version: 5.99 (nightly build)
  • OS: macOS X (11.5.2 Big Sur)
JRE
  • 67,678
  • 8
  • 104
  • 179
F_Schmidt
  • 211
  • 1
  • 10

1 Answers1

5

You can set the violation severity in your "Board Setup" dialog. Change it to "Ignore" for the silkscreen items

Violation severities

Seth
  • 4,482
  • 15
  • 23
  • You are awesome =) I was halfway there....found board setup, but missed the violation severity option. Thank you! Upvoted and accepted. – F_Schmidt Sep 07 '21 at 17:21