|
|
|
@ -269,7 +269,6 @@ const wxString GetGerberProtelExtension( LAYER_NUM aLayer ); |
|
|
|
const wxString GetGerberFileFunctionAttribute( const BOARD *aBoard, LAYER_NUM aLayer ); |
|
|
|
|
|
|
|
/** |
|
|
|
* Function AddGerberX2Header |
|
|
|
* Calculates some X2 attributes, as defined in the |
|
|
|
* Gerber file format specification J4 (chapter 5) and add them |
|
|
|
* the to the gerber file header: |
|
|
|
@ -277,7 +276,7 @@ const wxString GetGerberFileFunctionAttribute( const BOARD *aBoard, LAYER_NUM aL |
|
|
|
* TF.CreationDate |
|
|
|
* TF.ProjectId |
|
|
|
* file format attribute is not added |
|
|
|
* @param aPlotter, the current plotter. |
|
|
|
* @param aPlotter = the current plotter. |
|
|
|
* @param aBoard = the board, needed to extract some info |
|
|
|
* @param aUseX1CompatibilityMode = false to generate X2 attributes, true to |
|
|
|
* use X1 compatibility (X2 attributes added as structured comments, |
|
|
|
@ -287,17 +286,15 @@ void AddGerberX2Header( PLOTTER * aPlotter, |
|
|
|
const BOARD *aBoard, bool aUseX1CompatibilityMode = false ); |
|
|
|
|
|
|
|
/** |
|
|
|
* Function AddGerberX2Attribute |
|
|
|
* Calculates some X2 attributes, as defined in the |
|
|
|
* Gerber file format specification J4 (chapter 5) and add them |
|
|
|
* the to the gerber file header |
|
|
|
* Calculates some X2 attributes, as defined in the Gerber file format |
|
|
|
* specification and add them to the gerber file header: |
|
|
|
* TF.GenerationSoftware |
|
|
|
* TF.CreationDate |
|
|
|
* TF.ProjectId |
|
|
|
* TF.FileFunction |
|
|
|
* TF.FilePolarity |
|
|
|
* |
|
|
|
* @param aPlotter, the current plotter. |
|
|
|
* @param aPlotter = the current plotter. |
|
|
|
* @param aBoard = the board, needed to extract some info |
|
|
|
* @param aLayer = the layer number to create the attribute for |
|
|
|
* @param aUseX1CompatibilityMode = false to generate X2 attributes, true to |
|
|
|
|