Minor fixes in Gerber files, in file attribute for copper layers.

This commit is contained in:
jean-pierre charras
2014-07-01 21:20:38 +02:00
parent dc38c50258
commit 8a1fd49377
2 changed files with 6 additions and 13 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ bool GERBER_PLOTTER::StartPlot()
m_gerberUnitInch ? "inch" : "mm" );
wxString Title = creator + wxT( " " ) + GetBuildVersion();
fprintf( outputFile, "G04 (created by %s) date %s*\n",
fprintf( outputFile, "G04 Created by KiCad (%s) date %s*\n",
TO_UTF8( Title ), TO_UTF8( DateAndTime() ) );
/* Mass parameter: unit = INCHES/MM */