Gerber P&P file: fix a syntax error.

This commit is contained in:
jean-pierre charras 2019-10-21 15:15:46 +02:00
parent 3fffd042de
commit da28426617
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ int PLACEFILE_GERBER_WRITER::CreatePlaceFile( wxString& aFullFilename,
wxString text;
text.Printf( "%%TF.FileFunction,Component,L%d,%s*%%",
aLayer == B_Cu ? m_pcb->GetCopperLayerCount() : 1,
aLayer == B_Cu ? "Bottom" : "Top" );
aLayer == B_Cu ? "Bot" : "Top" );
plotter.AddLineToHeader( text );
// Add file polarity (positive)