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:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user