krishnanice:
Hello Sir,
In Cadence, Gerber files are the ones with *.ART extension ? I’m not Quite sure. I appreciate your help.
File extensions follow very loose standards. *.art is also used for the final artwork file produced by Vutrax.
I’ve seen extensions of .001 .002 .003 used for Gerber layers.
The trick is to provide a ReadMe ‘spec’ plain text file to detail what files you are providing along with their names, what they contain and what format they are in. e.g.
|=============================================================|
| Gerber files are to the standard RS-274X format |
| (Implied integer places = 4. Implied integer fractions = 4) |
|=============================================================|
MYBOARDcu1.gbx is the top side copper tracking
|=====================================================|
| Drill files are to the standard Excellon 2 format |
| Trailing Zeros suppressed, Absolute, Imperial |
| (Digits = 2 Integer, 4 Decimal) |
|=====================================================|
MYBOARDdp.drl is an Excellon drill file used to create PT Holes
MYBOARDdn.drl is an Excellon drill file used to create Non-PT Holes
|=====================================================|
| Mill files are to the standard Excellon 2 format |
| Trailing Zeros suppressed, Absolute, Imperial |
| (Digits = 3 Integer, 4 Decimal) |
|=====================================================|
MYBOARD.rou is an Excellon Mill/Rout file to create Non-PT slot.
george:
Hi,krishnanice
*You can specify Gerber RS274X format,because most of the manufacture like this format.It would be easy for them to open.
RS274X is pretty much an industry standard these days in that it has the advantage of embedded apertures which means you don’t have to provide an additional file detailing the ‘D’ codes and their aperture size.
Hope this helps.