Gerber job file Fix incorrect .gbrjob file format when the board stackup is not yet initialized.
Fixes: lp:1847636 https://bugs.launchpad.net/kicad/+bug/1847636
This commit is contained in:
parent
967b9d4a97
commit
a43b00b666
|
@ -715,6 +715,8 @@ void GERBER_JOBFILE_WRITER::addJSONMaterialStackup()
|
|||
|
||||
if( uptodate ) // We can add the dielectric variant ("core" "prepreg" ...):
|
||||
note << wxString::Format( " \"Type: %s", layer_name.c_str() );
|
||||
else
|
||||
note << "\"";
|
||||
|
||||
note << wxString::Format( " (from %s to %s)\"\n",
|
||||
formatStringFromUTF32( m_pcb->GetLayerName( last_copper_layer ) ),
|
||||
|
|
Loading…
Reference in New Issue