Final tweaks

This commit is contained in:
Chris Greening 2022-10-22 18:16:54 +01:00
parent e200c08fa2
commit e043d20324

View file

@ -30,7 +30,7 @@ def create_tracks(board, group, net, layer, thickness, coords):
class CoilPlugin(pcbnew.ActionPlugin): class CoilPlugin(pcbnew.ActionPlugin):
def defaults(self): def defaults(self):
self.name = "Create coil 3" self.name = "Create coil"
self.category = "Coils" self.category = "Coils"
self.description = "Creates a coil" self.description = "Creates a coil"
# self.show_toolbar_button = False # Optional, defaults to False # self.show_toolbar_button = False # Optional, defaults to False