Browse Source

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

pull/17/head
jean-pierre charras 8 years ago
parent
commit
b29550de5d
  1. 2
      pcbnew/exporters/gerber_jobfile_writer.cpp

2
pcbnew/exporters/gerber_jobfile_writer.cpp

@ -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();

Loading…
Cancel
Save