Gerber job file: minor update to the latest file specification.

This commit is contained in:
jean-pierre charras 2018-05-05 13:59:47 +02:00
parent 90951ac1d1
commit b29550de5d
1 changed files with 1 additions and 1 deletions

View File

@ -678,7 +678,7 @@ void GERBER_JOBFILE_WRITER::addJSONMaterialStackup()
addJSONObject( wxString::Format( "\"Thickness\": %f,\n", thickness ) );
std::string strname = formatStringToGerber( m_pcb->GetLayerName( layer ) );
addJSONObject( wxString::Format( "\"S_Notes\": \"Layer %s\",\n", strname.c_str() ) );
addJSONObject( wxString::Format( "\"Notes\": \"Layer %s\",\n", strname.c_str() ) );
removeJSONSepararator();
closeBlockWithSep();