Pcbnew, Excellon export: remove an useless line at end of file
From master branch
This commit is contained in:
parent
c43ae314e0
commit
6331a0ab7a
|
@ -575,6 +575,6 @@ void EXCELLON_WRITER::writeEXCELLONHeader( DRILL_LAYER_PAIR aLayerPair, TYPE_FIL
|
|||
void EXCELLON_WRITER::writeEXCELLONEndOfFile()
|
||||
{
|
||||
// add if minimal here
|
||||
fputs( "T0\nM30\n", m_file );
|
||||
fputs( "M30\n", m_file );
|
||||
fclose( m_file );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue