Gerber job file, update to the latest file specification: add a change forgotten in the first commit.

This commit is contained in:
jean-pierre charras 2018-05-07 08:50:17 +02:00
parent 07e7340a96
commit d35a6f1e6d
1 changed files with 1 additions and 1 deletions

View File

@ -695,7 +695,7 @@ void GERBER_JOBFILE_WRITER::addJSONMaterialStackup()
if( !dielectric.IsEmpty() ) if( !dielectric.IsEmpty() )
addJSONObject( wxString::Format( "\"Material\": \"%s\",\n", dielectric ) ); addJSONObject( wxString::Format( "\"Material\": \"%s\",\n", dielectric ) );
addJSONObject( wxString::Format( "\"S_Notes\": \"Layers L%d/L%d\",\n", addJSONObject( wxString::Format( "\"Notes\": \"Layers L%d/L%d\",\n",
layer+1, layer+2 ) ); layer+1, layer+2 ) );
removeJSONSepararator(); removeJSONSepararator();
closeBlockWithSep(); closeBlockWithSep();