adding version to menu pcb2dxf
This commit is contained in:
@ -227,7 +227,7 @@ class pcb2dxf( pcbnew.ActionPlugin ):
|
|||||||
self.description should be a comprehensive description
|
self.description should be a comprehensive description
|
||||||
of the plugin
|
of the plugin
|
||||||
"""
|
"""
|
||||||
self.name = "export technical layers of pcb to DXF (saved board)"
|
self.name = "export technical layers of pcb to DXF \nversion "+___version___
|
||||||
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.show_toolbar_button = True
|
||||||
|
Reference in New Issue
Block a user