tetrabiodistributed/project-tetra

Some plated through holes too close to traces on PCB

Closed this issue · 7 comments

The board layout has some potential clearance issues between the edge of some plated throughholes and a number of traces, this issue may or may not be relevant depending on the board house.

@darraghbr Can you share your eagle DRU file? We should be evaluating the design rules with a common file.

I am using the dru file presented in the JLCPCB official GitHub repo, which can be found here:

https://github.com/JLCPCBofficial/jlcpcb-eagle/tree/master/design%20rules

It turns out that I misread the clearances slightly and it is actually an issue between a wire and a hole rather than a hole and something on the dimension layer. I will edit the title and initial comment to reflect this.

Ah ok, I had downloaded someone's JLCPCB from github, but upon inspection didn't match their capabilities page. Even the official one is not consistent, for example, website offers 0.2mm minimum drill, DRU is at 0.3mm.

In any case, using their official DRU, looking at the file:

  • I see the 3 clearance errors on the bottom copper, which I agree they should be fixed.
  • The 6 overlap errors with the ground vias, only way to fix those is to make the vias part of the library package, but it's not a true error and could be ignored without issue.
  • I don't have the th_libraries.lbr file, so @hydronics2 would have to provide for me to fix

Yes I recognised the thermal vias on the power supply were just a small issue with the library. That's definitely in the non critical category.

Images
JLCPCB Design Rules
image
Editing the DRU file for the board outline
image

Edit DRU file to get rid of overlap errors between same signals (SMD and Via)
image

Issue resolved by #152