Excellon drill format
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
Dan Tobias (Talk | contribs) (→Specifications) |
||
Line 12: | Line 12: | ||
== Specifications == | == Specifications == | ||
* [https://web.archive.org/web/20071030075236/http://www.excellon.com/manuals/program.htm Excellon format spec (archived)] | * [https://web.archive.org/web/20071030075236/http://www.excellon.com/manuals/program.htm Excellon format spec (archived)] | ||
+ | * [https://gist.github.com/katyo/5692b935abc085b1037e Excellon format specification (Github)] | ||
== Links == | == Links == |
Revision as of 17:48, 24 May 2020
Excellon drill format is a file format used by drilling and routing machines from Excellon. It is a subset of RS274D, and is considered an industry standard. The Gerber format has similar uses, and there are utilities to convert between the formats.
Excellon drill format consists of a series of commands in a text file, one per line, with a header (starting with command M48 and ending with command M95; the header is optional) and a body.
There are two different formats (FMAT 1 and FMAT 2) which have different commands in the body section.
Specifications
Links
- A description of the format
- Excellon file format options (DesignSpark)
- [[Wikipedia:PCB NC formats|Wikipedia article on PCB NC formats]