From d701c3a480892a06e0c8a55a351069e1e4d9f8ca Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Tue, 5 Nov 2019 20:10:42 +0100 Subject: [PATCH] Gerber plot: fix a minor issue: TF attribute "Drawing" is now "OtherDrawing,Comment" This is due some changes in recent Gerber file format. --- pcbnew/pcbplot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/pcbplot.cpp b/pcbnew/pcbplot.cpp index 23b3675f02..563c6a4840 100644 --- a/pcbnew/pcbplot.cpp +++ b/pcbnew/pcbplot.cpp @@ -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: