diff --git a/pcbnew/pcbplot.cpp b/pcbnew/pcbplot.cpp index 563c6a4840..8f543a1c9d 100644 --- a/pcbnew/pcbplot.cpp +++ b/pcbnew/pcbplot.cpp @@ -148,11 +148,13 @@ const wxString GetGerberFileFunctionAttribute( const BOARD *aBoard, LAYER_NUM aL break; case B_Fab: - attrib = "Other,Fab,Bot"; + // This is actually a assembly layer + attrib = "AssemblyDrawing,Bot"; break; case F_Fab: - attrib = "Other,Fab,Top"; + // This is actually a assembly layer + attrib = "AssemblyDrawing,Top"; break; case B_Cu: