Hi everyone,
I just ran into a somewhat embarrassing situation. I’ve sent files out for quote with a few different board houses, and the first response I get back is calling out a discrepancy between my fabrication drawing and the design files.
“… in the notes section that the fab notes say the min hole is 8 mil but I found the smallest hold is 20 mil in the gerber.” I didn’t double-check the board characteristics auto-generated information closely enought before exporting my files. Sure enough, 0.2032mm is not 0.5mm. My drill file confirms that 0.5mm is the smallest hole used in my design.
After digging around my project and verifying that I do not in fact have any 8mil holes, I finally found the magic “0.2032mm” value. In my design rules.
In my mind, the design rules should serve as the absolute bounds for a project. My fabricators have specific capabilities, and I want to ensure that I do not exceed them. Whether my design uses those minimum (or maximum) values is irrelevant in my mind. I use them more as global design rules, applicable project to project.
Is there a way to have the Place → Add Board Characteristics feature pull from the actual design and not the design rules? I suppose a script could possibly be used to parse the smallest drill data from my .drl file and then import that into the table, but that seems a bit excessive.
Thanks, and please let me know if I’ve overlooked a way for this to be done. Not ruling out user error. It wouldn’t be the first time