Gerber plot: fix a minor issue: TF attribute "Drawing" is now "OtherDrawing,Comment" This is due some changes in recent Gerber file format.
This commit is contained in:
parent
cd7f3375b2
commit
d701c3a480
|
@ -132,7 +132,7 @@ const wxString GetGerberFileFunctionAttribute( const BOARD *aBoard, LAYER_NUM aL
|
|||
break;
|
||||
|
||||
case Dwgs_User:
|
||||
attrib = "Drawing";
|
||||
attrib = "OtherDrawing,Comment";
|
||||
break;
|
||||
|
||||
case Cmts_User:
|
||||
|
|
Loading…
Reference in New Issue