Gerber format
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				Dan Tobias  (Talk | contribs) m  | 
			Dan Tobias  (Talk | contribs)   | 
			||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{FormatInfo  | {{FormatInfo  | ||
|subcat=3D and CAD/CAM Models  | |subcat=3D and CAD/CAM Models  | ||
| + | |extensions={{ext|gbr}}  | ||
| + | |mimetypes={{mimetype|application/vnd.gerber}}  | ||
| + | |pronom={{PRONOM|fmt/664}}  | ||
| + | |wikidata={{wikidata|Q605258}}  | ||
}}  | }}  | ||
The '''Gerber format''' is not a type of baby food, but a vector image format (bi-level 2D) used to describe printed circuit board designs. It exists in two formats, the Standard Gerber (RS-274-D, now deprecated) and Extended Gerber (RS-274X, in common use now).  | The '''Gerber format''' is not a type of baby food, but a vector image format (bi-level 2D) used to describe printed circuit board designs. It exists in two formats, the Standard Gerber (RS-274-D, now deprecated) and Extended Gerber (RS-274X, in common use now).  | ||
The Gerber formats are expressed in [[ASCII]] form as sequences of commands and coordinates.  | The Gerber formats are expressed in [[ASCII]] form as sequences of commands and coordinates.  | ||
| + | |||
| + | Utilities exist to convert between this and the [[Excellon drill format]].  | ||
== Specs ==  | == Specs ==  | ||
| − | * [http://www.ucamco.com/downloads Gerber format specs and related articles]  | + | * [https://www.ucamco.com/en/gerber Format description on Ucamco site]  | 
| + | * [http://www.ucamco.com/downloads Downloads of Gerber format specs and related articles]  | ||
== Other links ==  | == Other links ==  | ||
Latest revision as of 18:29, 24 May 2020
The Gerber format is not a type of baby food, but a vector image format (bi-level 2D) used to describe printed circuit board designs. It exists in two formats, the Standard Gerber (RS-274-D, now deprecated) and Extended Gerber (RS-274X, in common use now).
The Gerber formats are expressed in ASCII form as sequences of commands and coordinates.
Utilities exist to convert between this and the Excellon drill format.