I am trying to get the tolerances and clearances from an open source Altium board for a project that I am working on for a client. I am linking the repo that I am trying to get the tolerances and clearances from:
Is KiCAD able to import these tolerances and clearances? If not, what are my options?
If there is a kind a stranger out there that has Altium, I would really appreciate it if they could open up the project and post the tolerances and clearances so that I can use those in my board layout.
query1 is
(InDifferentialPairClass(‘All Differential Pairs’) AND OnLayer(‘L1 [TOP]’)) OR (InDifferentialPairClass(‘All Differential Pairs’) AND OnLayer(‘L4 [BOT]’))
and query2 is
(OnLayer(‘L1 [TOP]’) AND InPolygon) OR (OnLayer(‘L4 [BOT]’) AND InPolygon)
-Clearance_Diff is using queries of InAnyDifferentialPair and it’s using 0.75mm for everything
-Polygon’s are 0.2mm
-The generic clearance is 0.15mm
The assembly folders have pdfs that look like they are from Draftsman, but I don’t see a Draftsman file in the source files (maybe I need to download all? I’ve yet to figure out git, sorry). But I’m not seeing any sort of fab drawing callouts that might give instruction. But unless if those are PEM’s under whatever module that is, nothing here indicates to me that anything other than standard tolerancing is required.