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:
jean-pierre charras 2019-11-05 20:10:42 +01:00
parent cd7f3375b2
commit d701c3a480
1 changed files with 1 additions and 1 deletions

View File

@ -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: