From e043d2032418b8cd20fa642654c5f8cc0b2d668d Mon Sep 17 00:00:00 2001 From: Chris Greening Date: Sat, 22 Oct 2022 18:16:54 +0100 Subject: [PATCH] Final tweaks --- coil_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coil_plugin.py b/coil_plugin.py index 14f20d6..072c218 100644 --- a/coil_plugin.py +++ b/coil_plugin.py @@ -30,7 +30,7 @@ def create_tracks(board, group, net, layer, thickness, coords): class CoilPlugin(pcbnew.ActionPlugin): def defaults(self): - self.name = "Create coil 3" + self.name = "Create coil" self.category = "Coils" self.description = "Creates a coil" # self.show_toolbar_button = False # Optional, defaults to False