adding pcb2dxf action icon

This commit is contained in:
easyw
2020-02-17 23:19:37 +01:00
parent 385d115b33
commit 98e916e899
2 changed files with 2 additions and 0 deletions

View File

@ -230,6 +230,8 @@ class pcb2dxf( pcbnew.ActionPlugin ):
self.name = "export technical layers of pcb to DXF (saved board)" self.name = "export technical layers of pcb to DXF (saved board)"
self.category = "export PCB" self.category = "export PCB"
self.description = "export technical layers of pcb to DXF (saved board)" self.description = "export technical layers of pcb to DXF (saved board)"
self.show_toolbar_button = True
self.icon_file_name = os.path.join(os.path.dirname(__file__), './dxf_icon.png')
def Run( self ): def Run( self ):
fileName = GetBoard().GetFileName() fileName = GetBoard().GetFileName()

BIN
PcbToDxf/dxf_icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB